Skip to content

Commit

Permalink
Update unblob/file_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Krisztián Fekete <[email protected]>
  • Loading branch information
qkaiser and e3krisztian authored Nov 17, 2023
1 parent 096aac9 commit eb54cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unblob/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def open( # noqa: A003

def unlink(self, path):
"""Delete file within extraction path."""
logger.debug("unlink binary file", file_path=path)
logger.debug("unlink file", file_path=path)
safe_path = self._get_extraction_path(path, "unlink")

safe_path.unlink(missing_ok=True)

0 comments on commit eb54cbe

Please sign in to comment.