Closed heikoklein closed 2 months ago
A progress-bar should not be shown when run non-interactive, e.g. in batch-processing environments. Please use tqdm(disable=None) whereever tqdm is used.
tqdm(disable=None)
See also https://github.com/metno/pyaerocom/commit/a7343b21376d5fdeaa6b7c6c8006b807cc7a7297
A progress-bar should not be shown when run non-interactive, e.g. in batch-processing environments. Please use
tqdm(disable=None)
whereever tqdm is used.See also https://github.com/metno/pyaerocom/commit/a7343b21376d5fdeaa6b7c6c8006b807cc7a7297