Skip to content

Commit

Permalink
Update gitdb/db/loose.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Thiel <[email protected]>
  • Loading branch information
DEKHTIARJonathan and Byron authored Dec 30, 2024
1 parent 74a0eab commit b71e273
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gitdb/db/loose.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,6 @@ def store(self, istream):
"Impossible to apply `chmod` to file {}".format(obj_path)
)

# Cleanup
with suppress(FileNotFoundError):
remove(tmp_path)
# END handle dry_run

istream.binsha = hex_to_bin(hexsha)
Expand Down

0 comments on commit b71e273

Please sign in to comment.