Merge branch 'CURA-9365_fix_building_cura_main' into 5.1

This commit is contained in:
Ghostkeeper 2022-06-30 17:48:38 +02:00
commit 83bad98ea3
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF
51 changed files with 1970 additions and 285 deletions

View file

@ -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]]]: