mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
![]() While discussing with Jordy about the code I just found a problematic case where sending slice info could fail. (This shouldn't happen, but..) If the first container is not serializable, then the for-loop will crash because container_serialized is not set for the if clause. Additionally the if-clause is at the moment useless, because it is always true, because the content of container_serialized gets never resetted. Contributes to CURA-1445 |
||
---|---|---|
.. | ||
__init__.py | ||
SliceInfo.py |