Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-python: Simplify code, improve formatting. | Jelmer Vernooij | 2010-04-08 | 1 | -38/+0 |
| | |||||
* | s4:provision Improve the handling of provision errors | Andrew Bartlett | 2010-03-11 | 1 | -1/+5 |
| | | | | | | | | | The backtraces were too confusing for our users, and didn't tell them what to do to fix the problem. By printing the string (rather than a backtrace), and including in the error what to do, and what file to remove, we give them a chance. Andrew Bartlett | ||||
* | s4:provision Move exceptions into a new file | Andrew Bartlett | 2009-11-24 | 1 | -0/+34 |
This allows provisionbackend and provision to both raise ProvisionException |