From ae494110ba60e506d8d3aae02a40c18c2e758b3b Mon Sep 17 00:00:00 2001 From: Dimitriovski Date: Fri, 24 Jan 2020 11:28:36 +0100 Subject: [PATCH] Removed unnecessary line (because we still want to show the Compatability Dialog even if there are only Incompatible packages) CURA-7090 --- plugins/Toolbox/src/CloudSync/CloudPackageChecker.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py b/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py index ee068e6115..6e9409705d 100644 --- a/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py +++ b/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py @@ -59,9 +59,6 @@ class CloudPackageChecker(QObject): self._model.addDiscrepancies(package_discrepancy) # TODO: Move these two lines below, under if package_discrepancy: self._model.initialize(subscribed_packages_payload) - if not self._model.hasCompatiblePackages: # TODO: Remove these two lines... - return None - if package_discrepancy: self._handlePackageDiscrepancies()