metno / pyaro-readers

implementations of readers for the pyaerocom project using pyaro as interface
GNU Lesser General Public License v2.1
0 stars 2 forks source link

Disable tqdm when running non-interactive #47

Closed heikoklein closed 2 months ago

heikoklein commented 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.

See also https://github.com/metno/pyaerocom/commit/a7343b21376d5fdeaa6b7c6c8006b807cc7a7297