Skip to content

Commit

Permalink
Print a warning when there isn't an input file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 3, 2024
1 parent 9d39613 commit 6a52d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CLDConfig/CLDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
read.OutputLevel = INFO
algList.append(read)
else:
print('WARNING: No input files specified, this will fail')
read = None

MyAIDAProcessor = MarlinProcessorWrapper("MyAIDAProcessor")
Expand Down

0 comments on commit 6a52d46

Please sign in to comment.