mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix minor codereview issues
CURA-333
This commit is contained in:
parent
1e40d98fd7
commit
a6bb0c804a
3 changed files with 5 additions and 4 deletions
|
@ -73,7 +73,7 @@ class SolidView(View):
|
|||
int(extruder_color[5:7], 16) / 255,
|
||||
1.0
|
||||
]
|
||||
except:
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
if hasattr(node, "_outside_buildarea"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue