Skip to content

Commit

Permalink
Fix dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshak2 committed Nov 8, 2024
1 parent 1a906a1 commit b59554d
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 += "%10s %10s %9s %5s %5s %10s %8s " % ( "-", "-", "-", "-", "-", "-", "-" )
line += "%4s %4s %7s %10s %6s %6s %11s " % ( "-", "-", "-", "-", "-", "-", "-" )
if self.options.displayFull:
line += "%8s %7s %10s %10s %10s %10s %10s %10s %10s %10s %10s %10s" % \
( "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-" )
Expand Down

0 comments on commit b59554d

Please sign in to comment.