mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
add bundled paths log
This commit is contained in:
parent
93e58d55fa
commit
a548e13db3
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,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