We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c943b commit f4247ddCopy full SHA for f4247dd
1 file changed
codespeed/github.py
@@ -38,7 +38,7 @@ def retrieve_revision(commit_id, username, project, revision=None):
38
if commit_json is None:
39
try:
40
commit_json = json.load(urllib.urlopen(commit_url))
41
- except IOError, e:
+ except IOError as e:
42
logger.exception("Unable to load %s: %s",
43
commit_url, e, exc_info=True)
44
raise e
0 commit comments