Skip to content
Snippets Groups Projects
Commit 60e19c75 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'FixAcmdWarning_20180602' into 'master'

fixing Warning for acmd.py filter_files

See merge request atlas/athena!11833

Former-commit-id: 5a28330655a3104690a33d19bf3c2df291c8431f
parents efdf15ca 0f1cb39c
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ def main(args):
# optimization: run directly 'AtlCopyBSEvent.exe
import subprocess
cmd = ' '.join([
'AtlCopyBSEvent.exe',
'AtlCopyBSEvent',
'-e %(evt-list)s',
'%(run-list)s',
'--out %(output)s',
......
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