fix: progress display is shown when it should not

pull/200/head
Adam Chovanec 7 months ago
parent 97a694f17d
commit e6140a172c

@ -2234,7 +2234,7 @@ Please read the README inside for more examples and usage information.
else:
i, _, _ = select([sys.stdin], [], [], .1)
if not i:
if not i or not sys.stdin.isatty():
return None
command = i[0].readline().strip()

Loading…
Cancel
Save