Apply suggestions from code review

Applied code review comments

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
Jelle Spijker 2021-11-03 17:58:16 +01:00 committed by GitHub
parent e7aecb6c06
commit 3a94fc0ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 6 deletions

View file

@ -18,7 +18,6 @@ catalog = i18nCatalog("cura")
class LocalPackageList(PackageList):
PackageRole = Qt.UserRole + 1
PACKAGE_SECTION_HEADER = {
"installed":
{
@ -46,7 +45,7 @@ class LocalPackageList(PackageList):
self.setErrorMessage("") # Clear any previous errors.
self.setIsLoading(True)
self._getLocalPackages()
self.setIsLoading(True)
self.setIsLoading(False)
def _getLocalPackages(self) -> None:
""" Obtain the local packages.