Skip to content

Commit

Permalink
[orgmode-] fix var name typo in putChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
midichef committed Jun 22, 2024
1 parent 8e3e04a commit c930a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/loaders/orgmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def putChanges(self):
for r, _ in mods.values():
saveset[_root(r).path] = _root(r)

for row in addset.values():
for row in saveset.values():
self.save(row)

self.commitAdds()
Expand Down

0 comments on commit c930a3c

Please sign in to comment.