mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge 538e499a3e
into f23727ed0f
This commit is contained in:
commit
0a3f943e7f
@ -121,6 +121,8 @@ def save(config, data):
|
||||
try:
|
||||
# write to temp file
|
||||
temp = NamedTemporaryFile(delete=False)
|
||||
# prevent Windows errors by closing the file before opening it.
|
||||
temp.close()
|
||||
|
||||
with open(temp.name, 'w', encoding='utf-8', errors='replace') as f:
|
||||
for path, weight in data.items():
|
||||
|
Loading…
Reference in New Issue
Block a user