Skip to content
Snippets Groups Projects
Commit c2fec11a authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Andre Sailer
Browse files

style: make linter happy

parent 32f74968
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,8 @@ class DD4hepSimulation(object): ...@@ -149,7 +149,8 @@ class DD4hepSimulation(object):
default=ConfigHelper.makeList(self.compactFile), type=str, default=ConfigHelper.makeList(self.compactFile), type=str,
help="The compact XML file, or multiple compact files, if the last one is the closer.") help="The compact XML file, or multiple compact files, if the last one is the closer.")
parser.add_argument("--runType", action="store", choices=("batch", "vis", "run", "shell", "qt"), default=self.runType, parser.add_argument("--runType", action="store", choices=("batch", "vis", "run", "shell", "qt"),
default=self.runType,
help="The type of action to do in this invocation" # Note: implicit string concatenation help="The type of action to do in this invocation" # Note: implicit string concatenation
"\nbatch: just simulate some events, needs numberOfEvents, and input file or gun" "\nbatch: just simulate some events, needs numberOfEvents, and input file or gun"
"\nvis: enable visualisation, run the macroFile if it is set" "\nvis: enable visualisation, run the macroFile if it is set"
......
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