Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
CURA-7913
  • Loading branch information
casperlamboo committed Aug 8, 2023
1 parent 83f88ac commit 6818317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UM/PackageManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def removeFromDismissedPackages(self, package: str) -> None:
def isPackageInstalled(self, package_id: str) -> bool:
return self.getInstalledPackageInfo(package_id) is not None

# Checks if the given package is installed and enabled.
# Returns a list of all packages that are both installed and enabled.
@pyqtProperty("QList<QString>", notify=installedPackagesChanged)
def allEnabledPackages(self) -> List[str]:
enabled_packages = []
Expand Down

0 comments on commit 6818317

Please sign in to comment.