From 798ad1502c0bc44d1ed9cf78153e596e30edfb78 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 15 May 2020 12:44:25 -0400 Subject: [PATCH] fix(core): adjust syntax for Python > 2 --- SoObjects/SOGo/gen-saml2-exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/gen-saml2-exceptions.py b/SoObjects/SOGo/gen-saml2-exceptions.py index 3738f6750..74450c34e 100755 --- a/SoObjects/SOGo/gen-saml2-exceptions.py +++ b/SoObjects/SOGo/gen-saml2-exceptions.py @@ -106,7 +106,7 @@ def FindHFile(args, filename): found = full_filename if found is None: - raise Exception, "'%s' not found in include dirs" % filename + raise Exception("'%s' not found in include dirs" % filename) return found