Re: [PATCH] Python 3 compatibility: Raise statement update

2021-02-09 Thread Stefan Sperling
On Tue, Feb 09, 2021 at 09:58:10AM +0100, Daniel Roßberg wrote: > 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, "str

[PATCH] Python 3 compatibility: Raise statement update

2021-02-09 Thread Daniel Roßberg
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"'. Tested with FreeBSD 12.2 ports version. Without this change, the scr