Commit 018676d
committed
Disable progress when
When the `--quiet` flag is passed, disable the progress bar for the
download. This is also important because if `--quiet` is passed and the
output is being redirected to something other than stdout, then it will
end up raising an error (error directly from `downloader-cli`).
Disabling progress bar altogether is the expected behaviour and it stops
underlying errors as well.
Fixes #209--quiet is passed.1 parent d2b93ef commit 018676d
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments