mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -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
|
return package_id
|
||||||
|
|
||||||
Logger.error("Could not find package_id for file: {} with GUID: {} ".format(file_name, guid))
|
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 ""
|
return ""
|
||||||
|
|
||||||
def getMachinesUsingPackage(self, package_id: str) -> Tuple[List[Tuple[GlobalStack, str, str]], List[Tuple[GlobalStack, str, str]]]:
|
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