mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
@ghostkeeper being nerd snipped It's giving that typing failure because the section variable is re-used. First as elements from self._getSections (strs) and then as elements from sorted_sections.values() (List[PackageModel]s). Python has no variable scopes within functions so the variable still exists after the first for loop. Contributes to CURA-8558 |
||
|---|---|---|
| .. | ||
| resources/qml | ||
| __init__.py | ||
| LocalPackageList.py | ||
| Marketplace.py | ||
| PackageList.py | ||
| PackageModel.py | ||
| plugin.json | ||
| RemotePackageList.py | ||