Skip to content

Commit 9062944

Browse files
author
unknown
committed
adhere to comments
1 parent 2251747 commit 9062944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/galaxy/api/importer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ async def _import_element(self, id_, context_):
8686
logger.exception("Unexpected exception raised in %s importer", self._name)
8787
self._notification_failure(id_, UnknownError())
8888
finally:
89-
self._notification_partial_finished(id_)
89+
self._notification_partially_finished(id_)

0 commit comments

Comments
 (0)