1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

[#134 state:fixed] Removing all dupes from the results sets it in 'not modified' state.

This commit is contained in:
Virgil Dupras
2011-01-26 11:49:30 +01:00
parent 9d0e8d94ca
commit 21efef42f7
2 changed files with 7 additions and 1 deletions

View File

@@ -272,7 +272,7 @@ class Results(Markable):
for group in affected_groups:
group.discard_matches()
self.__dupes = None
self.is_modified = True
self.is_modified = bool(self.__groups)
def save_to_xml(self, outfile):
self.apply_filter(None)