Skip to content

Commit

Permalink
adjusting missing data dash placement
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Nov 8, 2024
1 parent b59554d commit ba536c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,7 @@ def status(self):
naturalSize(m["transferTxFiles"]).replace("B","F").replace("Fytes","f"), \
m["time_base"] )
else:
line += "%4s %4s %7s %10s %6s %6s %11s " % ( "-", "-", "-", "-", "-", "-", "-" )
line += "%4s %4s %7s %6s %7s %7s %11s " % ( "-", "-", "-", "-", "-", "-", "-" )
if self.options.displayFull:
line += "%8s %7s %10s %10s %10s %10s %10s %10s %10s %10s %10s %10s" % \
( "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-" )
Expand Down

0 comments on commit ba536c8

Please sign in to comment.