Skip to content
Snippets Groups Projects
Commit 4d052909 authored by leufen1's avatar leufen1
Browse files

adjust log message

parent fc709dcf
Branches
No related tags found
4 merge requests!468first implementation of toar-data-v2, can load data (but cannot process these...,!467Resolve "release v2.2.0",!455update for reqs,!371Resolve "experimental: load preprocessing snapshot"
Pipeline #101909 passed
...@@ -313,7 +313,8 @@ class PreProcessing(RunEnvironment): ...@@ -313,7 +313,8 @@ class PreProcessing(RunEnvironment):
def store_data_handler_attributes(self, data_handler, collection): def store_data_handler_attributes(self, data_handler, collection):
store_attributes = data_handler.store_attributes() store_attributes = data_handler.store_attributes()
if len(store_attributes) > 0: if len(store_attributes) > 0:
logging.info(f"store following parameters requested by the data handler: {','.join(store_attributes)}") logging.info(f"store following parameters ({len(store_attributes)}) requested by the data handler: "
f"{','.join(store_attributes)}")
attrs = {} attrs = {}
for dh in collection: for dh in collection:
station = str(dh) station = str(dh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment