summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provisionexceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* s4-python: Simplify code, improve formatting.Jelmer Vernooij2010-04-081-38/+0
|
* s4:provision Improve the handling of provision errorsAndrew Bartlett2010-03-111-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 fileAndrew Bartlett2009-11-241-0/+34
This allows provisionbackend and provision to both raise ProvisionException