Skip to content

Commit

Permalink
models.file:BaseFile.identify_custom - do not reset puid if there is …
Browse files Browse the repository at this point in the history
…no match
  • Loading branch information
MatteoCampinoti94 committed Nov 26, 2024
1 parent d8d6487 commit d8f24f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acacore/models/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ def identify_custom(
self.warning = ["extension mismatch"]
else:
self.warning = None
elif set_match:
self.puid = self.signature = self.warning = None

return signature

Expand Down

0 comments on commit d8f24f1

Please sign in to comment.