Skip to content
Snippets Groups Projects
Commit 4c8234b7 authored by John Chapman's avatar John Chapman
Browse files

Fix typo in the skeleton job options for FCS_Ntup_tf.py

There was a copy-paste error in `skeleton.ESDtoNTUP_FCS.py`.


Former-commit-id: d47c02b76e12e4cf437d596a63598865191a10a9
parent 98f4cdf5
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ if hasattr(runArgs,"postInclude"):
## Post-exec
if hasattr(runArgs,"postExec"):
digilog.info("transform post-exec")
fcsntuplog.info("transform post-exec")
for cmd in runArgs.postExec:
fcsntuplog.info(cmd)
exec(cmd)
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