1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00
Files
samba-mirror/source4/scripting/python/samba
Andrew Tridgell 37bfc4ec38 s4-samba-tool: fixed exception handling in subcommands
this switches to the new pattern of:

 except Exception, e:
 	raise CommandError("some error message", e)
2010-11-29 18:04:42 +11:00
..
2010-11-28 18:08:33 +01:00
2010-11-28 05:00:06 +01:00