Skip to content
Snippets Groups Projects
Commit 5a459bed authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'expressProcessingFlag.AthenaConfiguration-20190602' into 'master'

AthenaConfiguration: Add doExpressProcessing flag.

See merge request atlas/athena!23883
parents 97b01ca9 ac7bd0a1
No related merge requests found
......@@ -44,6 +44,7 @@ def _createCfgFlags():
acf.addFlag('Scheduler.ShowControlFlow', True)
acf.addFlag('Common.isOnline', False ) # Job runs in an online environment (access only to resources available at P1) # former global.isOnline
acf.addFlag('Common.doExpressProcessing', False)
def _checkProject():
import os
......
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