diff --git a/mlair/run_modules/pre_processing.py b/mlair/run_modules/pre_processing.py index e817d2a16664b751396303f3c95313a85841625c..db9e9e940f7675e618e48f41f0cffb4e4d9ac644 100644 --- a/mlair/run_modules/pre_processing.py +++ b/mlair/run_modules/pre_processing.py @@ -327,8 +327,8 @@ def f_proc(data_handler, station, name_affix, store, **kwargs): except (AttributeError, EmptyQueryResult, KeyError, requests.ConnectionError, ValueError, IndexError) as e: formatted_lines = traceback.format_exc().splitlines() logging.info( - f"remove station {station} because it raised an error: {e} -> {' | '.join(f_inspect_error(formatted_lines))}") - logging.debug(f"detailed information for removal of station {station}: {traceback.format_exc()}") + #f"remove station {station} because it raised an error: {e} -> {' | '.join(f_inspect_error(formatted_lines))}") + f"remove station {station} because it raised an error: {e} -> {' | '.join(formatted_lines)}") res = None return res, station