fix: use FreeCADGui.Document.Modified instead of App.Document.IsModified() #16

Merged
forbes merged 2 commits from fix/pull-is-modified-bug into main 2026-02-10 16:41:24 +00:00
Owner

App.Document has no IsModified() method, causing Silo_Pull to crash with
AttributeError. The correct API is to get the Gui document and check its
Modified property, consistent with the pattern used elsewhere in this file
(lines 891, 913).

App.Document has no IsModified() method, causing Silo_Pull to crash with AttributeError. The correct API is to get the Gui document and check its Modified property, consistent with the pattern used elsewhere in this file (lines 891, 913).
forbes added 1 commit 2026-02-10 16:41:11 +00:00
App.Document has no IsModified() method, causing Silo_Pull to crash with
AttributeError. The correct API is to get the Gui document and check its
Modified property, consistent with the pattern used elsewhere in this file
(lines 891, 913).
forbes added 1 commit 2026-02-10 16:41:17 +00:00
forbes merged commit 32d5f1ea1b into main 2026-02-10 16:41:24 +00:00
forbes deleted branch fix/pull-is-modified-bug 2026-02-10 16:41:26 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo-mod#16