Skip to content
Snippets Groups Projects
Commit 0f1cb39c authored by Jochen Meyer's avatar Jochen Meyer
Browse files

fixing Warning for acmd.py filter_files

To extract single evts or a list of evts from whatever file the
command 'acmd.py filter_files' is one of the recommended ways.
However, this command issues the following warning since a long
time:

WARNING Please stop using AtlCopyBSEvent.exe, and use AtlCopyBSEvent instead

This MR fixes that warning.


Former-commit-id: 16925630
parent 292ba798
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