pull/200/merge
Adam Chovanec 4 months ago committed by GitHub
commit 385a34fbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2238,7 +2238,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