mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Merge branch 'CURA-9365_fix_building_cura_main' into 5.1
This commit is contained in:
commit
83bad98ea3
51 changed files with 1970 additions and 285 deletions
|
@ -100,6 +100,7 @@ class CuraPackageManager(PackageManager):
|
|||
return package_id
|
||||
|
||||
Logger.error("Could not find package_id for file: {} with GUID: {} ".format(file_name, guid))
|
||||
Logger.error(f"Bundled paths searched: {list(Resources.getSecureSearchPaths())}")
|
||||
return ""
|
||||
|
||||
def getMachinesUsingPackage(self, package_id: str) -> Tuple[List[Tuple[GlobalStack, str, str]], List[Tuple[GlobalStack, str, str]]]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue