Skip to content
Snippets Groups Projects
Commit 3df84682 authored by Sullivan, Brendan T's avatar Sullivan, Brendan T
Browse files

Re #22811 fail correctly instead of raising errors

parent fdd8c760
No related branches found
No related tags found
No related merge requests found
......@@ -396,7 +396,7 @@ def getBGRemovedIndices(n_events, zBG=1.96, calc_pp_lambda=False, neigh_length_m
except KeyboardInterrupt:
sys.exit()
except:
raise
#raise
pplmin_frac -= 0.4
logger.warning('ERROR WITH ICCFT:getBGRemovedIndices!')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment