We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2251747 commit 9062944Copy full SHA for 9062944
src/galaxy/api/importer.py
@@ -86,4 +86,4 @@ async def _import_element(self, id_, context_):
86
logger.exception("Unexpected exception raised in %s importer", self._name)
87
self._notification_failure(id_, UnknownError())
88
finally:
89
- self._notification_partial_finished(id_)
+ self._notification_partially_finished(id_)
0 commit comments