Skip to content

Commit

Permalink
Merge pull request #740 from rpatters1/RGP-misc
Browse files Browse the repository at this point in the history
comment fix
  • Loading branch information
rpatters1 committed May 31, 2024
2 parents 8ae0eb2 + 3794614 commit 799670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/process_all_documents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ else
local count = docs:LoadAll()
print("got " .. count .. " documents")
for doc in each(docs) do
doc:SwitchTo(finale.FCString(file_name() .. " " .. doc.ID), true) -- true: save current changes (unless NoStore or HandlesUndo is true)
doc:SwitchTo(finale.FCString(file_name() .. " " .. doc.ID), true) -- true: save current changes (unless NoStore is true)
process_document(doc)
doc:SwitchBack(true) -- true: changes successful (will be saved unless NoStore is true)
end
Expand Down

0 comments on commit 799670d

Please sign in to comment.