From 9062944d4faabd4610d764b3ff26b9de6761a0b2 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 18 Feb 2020 15:09:19 +0100 Subject: [PATCH] adhere to comments --- src/galaxy/api/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galaxy/api/importer.py b/src/galaxy/api/importer.py index d6b38f9..c78317b 100644 --- a/src/galaxy/api/importer.py +++ b/src/galaxy/api/importer.py @@ -86,4 +86,4 @@ class CollectionImporter(Importer): 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_)