-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
AdminFeatures or bugs related to administrative featuresFeatures or bugs related to administrative featuresEnhancementPriority: LowTo implement when someone actually requests it!To implement when someone actually requests it!Refactoring
Description
When internal errors happen in Scir
modules, the exception generated is usually a plain old RuntimeError
.
Create a new ScirError
exception class and change all the scir code to raise that instead.
Then in the CbrainTask error handling code, we can detect such errors and not dump the full stack trace inside the task's log.
Metadata
Metadata
Assignees
Labels
AdminFeatures or bugs related to administrative featuresFeatures or bugs related to administrative featuresEnhancementPriority: LowTo implement when someone actually requests it!To implement when someone actually requests it!Refactoring