diff options
Diffstat (limited to 'progress.py')
-rw-r--r-- | progress.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progress.py b/progress.py index 8a643db2..ff627980 100644 --- a/progress.py +++ b/progress.py | |||
@@ -26,6 +26,7 @@ _NOT_TTY = not os.isatty(2) | |||
26 | # column 0. | 26 | # column 0. |
27 | CSI_ERASE_LINE = '\x1b[2K' | 27 | CSI_ERASE_LINE = '\x1b[2K' |
28 | 28 | ||
29 | |||
29 | class Progress(object): | 30 | class Progress(object): |
30 | def __init__(self, title, total=0, units='', print_newline=False, | 31 | def __init__(self, title, total=0, units='', print_newline=False, |
31 | always_print_percentage=False): | 32 | always_print_percentage=False): |