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

Co-authored-by: jmcarcell <[email protected]>
  • Loading branch information
jmcarcell and jmcarcell authored Oct 4, 2024
1 parent 9d39613 commit d2428a6
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, the CLD Reconstruction will fail')
read = None

MyAIDAProcessor = MarlinProcessorWrapper("MyAIDAProcessor")
Expand Down

0 comments on commit d2428a6

Please sign in to comment.