Skip to content

Commit

Permalink
Merge pull request #1 from andresfelquintero/recoWrapper1
Browse files Browse the repository at this point in the history
Updated PromptReco.py to make nthreads optional
  • Loading branch information
andresfelquintero committed May 10, 2019
2 parents d1d74ad + f435a1f commit fc4b367
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Configuration/DataProcessing/test/RunPromptReco.py
Expand Up @@ -43,9 +43,6 @@ def __call__(self):
if self.inputLFN == None:
msg = "No --lfn specified"
raise RuntimeError(msg)
if self.nThreads == None:
msg = "No --nThreads specified"
raise RuntimeError(msg)

try:
scenario = getScenario(self.scenario)
Expand Down

0 comments on commit fc4b367

Please sign in to comment.