We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdffc4 commit 7bced78Copy full SHA for 7bced78
gitdb/test/db/test_pack.py
@@ -37,9 +37,9 @@ def test_writing(self, path):
37
pack_path = pdb.entities()[0].pack().path()
38
new_pack_path = pack_path + "renamed"
39
if sys.platform == "win32":
40
- # This is just the beginning: While using thsi function, we are not
41
- # allowed to have any handle to thsi path, which is currently not
42
- # the case. The pack caching does have a handle :-(
+ # While using this function, we are not allowed to have any handle
+ # to this path, which is currently not the case. The pack caching
+ # does still have a handle :-(
43
mman.force_map_handle_removal_win(pack_path)
44
os.rename(pack_path, new_pack_path)
45
0 commit comments