Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop hiding critical debug info in helpers (Sceptre#988)
Before this, the catch_exceptions function in cli/helpers would catch a range of exceptions and then hide all but the error message from the caller. Over the years, this has caused myself and others quite a lot of lost time, as it is now often quite unclear what caused Sceptre to fail. Simply re-raising the original exception provides valuable information to allow users of Sceptre to debug their failing code.
- Loading branch information