mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-24 09:20:00 +01:00
py3k syntax
This commit is contained in:
parent
4c9eceb088
commit
c00a364048
@ -34,7 +34,7 @@ class Popen(object):
|
||||
else:
|
||||
if Popen.verbose:
|
||||
print("Emulating")
|
||||
except Exception, e:
|
||||
except Exception as e:
|
||||
if Popen.verbose:
|
||||
print("Exception: %s" % e)
|
||||
raise
|
||||
|
Loading…
x
Reference in New Issue
Block a user