summaryrefslogtreecommitdiff
path: root/cutter.py
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.py')
-rwxr-xr-xcutter.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cutter.py b/cutter.py
index 0cc5b64..cd86c50 100755
--- a/cutter.py
+++ b/cutter.py
@@ -248,6 +248,8 @@ def process_options(opt):
opt.tracks = tracks
+ opt.show_progress = os.isatty(sys.stdout.fileno())
+
return True
def find_cuefile(path):