Skip to content

Commit

Permalink
Fix "NameError: global name 'InternalError' is not defined" at core.p…
Browse files Browse the repository at this point in the history
…y line 1390.
  • Loading branch information
riccardomurri committed Nov 18, 2016
1 parent 1f5d4d7 commit 4aa94cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc3libs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ def progress(self):
'update',
):
# propagate exception to caller
raise InternalError(
raise gc3libs.exceptions.InternalError(
"Invalid state '{state!r}' returned by task {task}"
.format(state=state, task=task))
except gc3libs.exceptions.ConfigurationError:
Expand Down

0 comments on commit 4aa94cf

Please sign in to comment.