mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Passed the sdk_version to the reevalute() function
CURA-7090
This commit is contained in:
parent
365c30fadb
commit
8abaa60052
2 changed files with 6 additions and 4 deletions
|
@ -47,7 +47,7 @@ class SubscribedPackagesModel(ListModel):
|
|||
def addDiscrepancies(self, discrepancy: List[str]) -> None:
|
||||
self._discrepancies = discrepancy
|
||||
|
||||
def getCompatiblePackages(self):
|
||||
def getCompatiblePackages(self) -> List[str]:
|
||||
return [package for package in self._items if package["is_compatible"]]
|
||||
|
||||
def initialize(self, json_data: List[Dict[str, List[Any]]]) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue