Daniel Roßberg (danielmrossberg {AT} gmail dot com)


Patch
r1886358

r1886358 | stsp | 2021-02-09 11:59:13 +0000 (Tue, 09 Feb 2021)

Python 3 compatibility:
Update a raise statement probably missed in revision 873411 changes.

* tools/hook-scripts/svnperms.py
  (Permission.parse_groups): Use 'raise exception("string")' instead of
  'raise exception, "string"'.

Patch by: Daniel Roßberg (danielmrossberg {AT} gmail dot com)