mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 06:45:52 +08:00
Fix format and add error message to log. Contributes to CURA-5301
This commit is contained in:
parent
3ae6b8c4c1
commit
27b1e2cdd6
@ -1354,7 +1354,7 @@ class CuraApplication(QtApplication):
|
|||||||
try:
|
try:
|
||||||
group_node = Selection.getAllSelectedObjects()[0]
|
group_node = Selection.getAllSelectedObjects()[0]
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
Logger.log("d", "mergeSelected: Exception:", e)
|
Logger.log("d", "mergeSelected: Exception: %s", e)
|
||||||
return
|
return
|
||||||
|
|
||||||
meshes = [node.getMeshData() for node in group_node.getAllChildren() if node.getMeshData()]
|
meshes = [node.getMeshData() for node in group_node.getAllChildren() if node.getMeshData()]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user