mirror of
https://github.com/samba-team/samba.git
synced 2025-11-21 12:23:50 +03:00
this switches to the new pattern of:
except Exception, e:
raise CommandError("some error message", e)
this switches to the new pattern of:
except Exception, e:
raise CommandError("some error message", e)