mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Fixed double items in getAllLocalPackages
Contributes to: CURA-8587
This commit is contained in:
parent
305fb4ab09
commit
a51b29cdf6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class CuraPackageManager(PackageManager):
|
|||
def __init__(self, package_info):
|
||||
self._info = package_info
|
||||
|
||||
def __contains__(self, item):
|
||||
def __eq__(self, item):
|
||||
return item == self._info["package_id"]
|
||||
|
||||
def __repr__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue