Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leggewie committed May 19, 2021
1 parent 0e1c484 commit 62e3b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_deduplicate/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def add_box_metadata(self, box, mail_id):
mail_file.close()

def __repr__(self):
return f"<{self.__class__.__name__} {self.source_path}:{self.mail_id}>"
return f"<{self.__class__.__name__} {self.source_path}/*/{self.mail_id}*>"

@cachedproperty
def uid(self):
Expand Down

0 comments on commit 62e3b1d

Please sign in to comment.