mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 09:29:01 +08:00
Output to log if no conan_install_info.json was found
Contributes to CURA-9365
This commit is contained in:
parent
7f27058a6b
commit
1e4fe93d64
@ -823,6 +823,8 @@ class CuraApplication(QtApplication):
|
|||||||
if len(ApplicationMetadata.DEPENDENCY_INFO) > 0:
|
if len(ApplicationMetadata.DEPENDENCY_INFO) > 0:
|
||||||
Logger.debug("Using Conan managed dependencies: " + ", ".join(
|
Logger.debug("Using Conan managed dependencies: " + ", ".join(
|
||||||
[dep["recipe"]["id"] for dep in ApplicationMetadata.DEPENDENCY_INFO["installed"] if dep["recipe"]["version"] != "latest"]))
|
[dep["recipe"]["id"] for dep in ApplicationMetadata.DEPENDENCY_INFO["installed"] if dep["recipe"]["version"] != "latest"]))
|
||||||
|
else:
|
||||||
|
Logger.warning("Could not find conan_install_info.json")
|
||||||
|
|
||||||
Logger.log("i", "Initializing machine error checker")
|
Logger.log("i", "Initializing machine error checker")
|
||||||
self._machine_error_checker = MachineErrorChecker(self)
|
self._machine_error_checker = MachineErrorChecker(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user