You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run s4cmd via ssh I see no progress, but if I go in and manually disable these lines:
if not (sys.stdout.isatty() and sys.stderr.isatty()):
return
I see the progress just fine. Wondering if it would be possible to introduce a --progress option to force progress even if sys.stdout.isatty() is False.
The text was updated successfully, but these errors were encountered:
If I run s4cmd via ssh I see no progress, but if I go in and manually disable these lines:
I see the progress just fine. Wondering if it would be possible to introduce a --progress option to force progress even if sys.stdout.isatty() is False.
The text was updated successfully, but these errors were encountered: