Skip to content
Snippets Groups Projects
Commit bca4e340 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-47: improved logging

parent b19691a6
No related branches found
No related tags found
1 merge request!44Merge back holography to master
...@@ -111,6 +111,7 @@ def list_observations_in_path(path): ...@@ -111,6 +111,7 @@ def list_observations_in_path(path):
sas_id = match.group('sas_id') sas_id = match.group('sas_id')
try: try:
logging.debug('Processing ms in path %s', root)
ms_indexed_per_beamlet_number = create_ms_dict_from_ms_name_list_and_path(dirnames, ms_indexed_per_beamlet_number = create_ms_dict_from_ms_name_list_and_path(dirnames,
root) root)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment