Skip to content

Commit b71e273

Browse files
Update gitdb/db/loose.py
Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
1 parent 74a0eab commit b71e273

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gitdb/db/loose.py

-3
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ def store(self, istream):
245245
"Impossible to apply `chmod` to file {}".format(obj_path)
246246
)
247247

248-
# Cleanup
249-
with suppress(FileNotFoundError):
250-
remove(tmp_path)
251248
# END handle dry_run
252249

253250
istream.binsha = hex_to_bin(hexsha)

0 commit comments

Comments
 (0)