mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
fix(core): adjust syntax for Python > 2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user