Merge pull request #910 from glubsy/757_fix

Fix refs appearing in dupes-only view
This commit is contained in:
Andrew Senetar 2021-06-22 21:54:49 -05:00 committed by GitHub
commit 2f8d603251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 16 deletions

View File

@ -94,7 +94,6 @@ class Results(Markable):
# ---Private
def __get_dupe_list(self):
if self.__dupes is None:
self.__dupes = flatten(group.dupes for group in self.groups)
if None in self.__dupes:
# This is debug logging to try to figure out #44