Details
-
Type:
Bug
-
Status: In Review
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:
-
Story Points:1
-
Team:Alert Production
Description
makeCoaddTempExp.run() has 4 cases of except Exception: continue. These need to at minimum respect doRaise, and should be converted to log.error instead of warn, as the warnings get lost.
I'm not going to clean up the "expected" exceptions on this ticket, since I don't know what they are, but that's a necessary next step.