Skip to content

Commit

Permalink
allowUnscheduled was missing in defaultOptions of ConfigBuilder (appa…
Browse files Browse the repository at this point in the history
…rently missed in #3543)
  • Loading branch information
gpetruc committed May 15, 2014
1 parent db2bdce commit 3b7b860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/Applications/python/ConfigBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class Options:
defaultOptions.fast=False
defaultOptions.runsAndWeightsForMC = None
defaultOptions.runsScenarioForMC = None
defaultOptions.runUnscheduled = False

# some helper routines
def dumpPython(process,name):
Expand Down

0 comments on commit 3b7b860

Please sign in to comment.