fix: Silo_Pull crash — App.Document has no IsModified() attribute #170

Merged
forbes merged 1 commits from fix/pull-is-modified-bug into main 2026-02-10 16:40:06 +00:00

1 Commits

Author SHA1 Message Date
99ff7d1a09 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.
2026-02-10 10:39:18 -06:00