Skip to content
Snippets Groups Projects
Commit 49e3a664 authored by Gitlab CI's avatar Gitlab CI Committed by Marco Cattaneo
Browse files

Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/Boole/-/jobs/9714561
parent 6842232c
No related branches found
No related tags found
1 merge request!296Use log.warning instead of print
Pipeline #1883194 passed with stage
in 26 seconds
......@@ -168,8 +168,9 @@ class Boole(LHCbConfigurableUser):
if not LHCbApp().Detectors:
LHCbApp().Detectors = self.getProp("DetectorDigi")
else:
log.warning("Value of 'LHCbApp().Detectors' already set, using that value: %s" % (
LHCbApp().Detectors))
log.warning(
"Value of 'LHCbApp().Detectors' already set, using that value: %s"
% (LHCbApp().Detectors))
return
def defineEvents(self):
......
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