copilot icon indicating copy to clipboard operation
copilot copied to clipboard

Add proper error correction to the __init__ method in Profiles

Open seamustuohy opened this issue 9 years ago • 0 comments

The current__init__ function simply re-raises value errors that are found when adding a rule. This should be changed to either correct the error or should not be contained within a try/except block.

seamustuohy avatar Feb 04 '16 21:02 seamustuohy