Skip to content
Snippets Groups Projects
Commit b3e0dbf6 authored by Christopher Rob Jones's avatar Christopher Rob Jones Committed by Christopher Rob Jones
Browse files

Fix incorrect indent level in BinaryDumpers/options/allen.py

parent f1f2d9e9
No related branches found
No related tags found
1 merge request!1869Fix incorrect indent level in BinaryDumpers/options/allen.py
Pipeline #9995966 waiting for manual action
......@@ -217,7 +217,7 @@ else:
for entry in args.tags.split('|'):
build, t = entry.split(':')
tags[build] = t.split(',')
dddb_tag, conddb_tag = tags['dd4hep' if UseDD4Hep else 'detdesc']
dddb_tag, conddb_tag = tags['dd4hep' if UseDD4Hep else 'detdesc']
else:
dddb_tag, conddb_tag = args.tags.split(',')
......
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