setup.py: second exception in list can be treated as variable

master
Dmitri Bogomolov 6 years ago
parent b7f9e74eea
commit 06fed6f9c2
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

@ -184,7 +184,7 @@ class InstallCmd(install):
print "Press Return to continue"
try:
raw_input()
except EOFError, NameError:
except (EOFError, NameError):
pass
return install.run(self)

Loading…
Cancel
Save