Skip to content

Commit

Permalink
fix procDict def in runHistMaker function
Browse files Browse the repository at this point in the history
  • Loading branch information
selvaggi committed Jul 12, 2023
1 parent 2422e7e commit 38e9541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/FCCAnalysisRun.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ def runHistmaker(args, rdfModule, analysisFile):
print('----> Error: Location of the procDict not provided. Aborting...')
sys.exit(3)

procDict = get_process_dict(proc_dict_location)

# check if outputDir exist and if not create it
outputDir = getElement(rdfModule,"outputDir")
if not os.path.exists(outputDir) and outputDir!='':
Expand Down

0 comments on commit 38e9541

Please sign in to comment.