fix: Silo_Pull crash — App.Document has no IsModified() attribute
Some checks failed
Build and Test / build (pull_request) Has been cancelled

_check_pull_conflicts() called doc.IsModified() which does not exist on
App.Document. Use FreeCADGui.getDocument().Modified instead, matching
the pattern used elsewhere in silo_commands.py.
This commit is contained in:
2026-02-10 10:39:18 -06:00
parent 460a1e9038
commit 99ff7d1a09