Skip to content
Snippets Groups Projects
Commit 57c113bc authored by Gitlab CI's avatar Gitlab CI Committed by Gerhard Raven
Browse files

Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/DaVinci/-/jobs/23883933
parent c608b6d9
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!733Adapt to LHCb!3528 - Enforce use of an encoding/decoding key (TCK) in all Hlt encoders/decoders, do not use online-reserved bits in SourceID, remove explicit mention of 'packed' locations, enable 'stable' persist reco locations
......@@ -324,7 +324,6 @@ def alg_config(options: Options):
loki_preamble=[],
inputs=bd2dsk_data)
#
# Algorithms to be run
#
......
......@@ -40,11 +40,11 @@ def add_davinci_configurables(options, user_algorithms, public_tools):
config = configure_input(options)
if options.input_manifest_file:
metainfo_repos.global_bind( extra_central_tags = options.metainfo_repos )
metainfo_repos.global_bind(extra_central_tags=options.metainfo_repos)
ApplicationMgr().ExtSvc += [configured_ann_svc()]
elif options.annsvc_config: # this should be renamed to input_manifest_file
ApplicationMgr().ExtSvc += [configured_ann_svc()]
elif options.annsvc_config: # this should be renamed to input_manifest_file
# distinguish between configuring the ANNSvc for decoding, and getting
# the manifest to configure the unpacking (the latter has _NOTHING_ to
# do with the ANNSvc)
......
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