Apply Python 3 futurize transform lib2to3.fixes.fix_except
This commit is contained in:
parent
8c188cda49
commit
5272ca0674
5 changed files with 6 additions and 6 deletions
|
@ -163,7 +163,7 @@ for tries in xrange(10):
|
|||
if missing == 0:
|
||||
actually_subscribed = True
|
||||
break
|
||||
except IOError, e:
|
||||
except IOError as e:
|
||||
if "SERVNAK received" in e:
|
||||
logger.error("SERVNAK repeatedly received, punting rest of test")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue