mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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 | ||