Skip to content
Snippets Groups Projects
Commit edf19828 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'bspeek.PyUtils-20201018' into 'master'

PyUtils: Fill in project_name when peeking in BS files.

See merge request atlas/athena!37372
parents 940438e6 d98b9ce6
No related branches found
No related tags found
No related merge requests found
......@@ -334,6 +334,7 @@ def read_metadata(filenames, file_type = None, mode = 'lite', promote = None, me
meta_dict[filename]['eventTypes'] = bs_metadata.get('eventTypes', [])
meta_dict[filename]['GeoAtlas'] = bs_metadata.get('geometry', None)
meta_dict[filename]['conditions_tag'] = bs_metadata.get('conditions_tag', None)
meta_dict[filename]['project_name'] = bs_metadata.get('projectTag', None)
# Promote up one level
meta_dict[filename]['runNumbers'] = [bs_metadata.get('runNumbers', None)]
......
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