Skip to content

Commit

Permalink
We need to "update" even on non-ttys so we output the \n for #77
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed Sep 11, 2024
1 parent 582bcfb commit ddf641f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dool
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class Options:
if not sys.stdout.isatty():
self.color = False
self.header = False
self.update = False

long_opts = [
'all' , 'all-plugins', 'ascii' , 'bits' , 'bw' , 'bytes' , 'black-on-white', 'color' ,
Expand Down

0 comments on commit ddf641f

Please sign in to comment.