Skip to content

Commit

Permalink
adhere to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Feb 18, 2020
1 parent 2251747 commit 9062944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/galaxy/api/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ async def _import_element(self, id_, context_):
logger.exception("Unexpected exception raised in %s importer", self._name)
self._notification_failure(id_, UnknownError())
finally:
self._notification_partial_finished(id_)
self._notification_partially_finished(id_)

0 comments on commit 9062944

Please sign in to comment.