Skip to content

Commit

Permalink
Fix after rebase: Don't erase JSON datasets when writing
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Oct 11, 2023
1 parent 2f562ed commit 3cee937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IO/JSON/JSONIOHandlerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,6 @@ merge the .json files somehow (no tooling provided for this (yet)).
serialImplementation();
#endif

m_jsonVals.erase(it);
if (unsetDirty)
{
m_dirty.erase(filename);
Expand Down

0 comments on commit 3cee937

Please sign in to comment.