mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
More helpful error message
This commit is contained in:
parent
faf0854602
commit
9ec542ee17
2
autojump
2
autojump
@ -93,7 +93,7 @@ def save(path_dict, dic_file):
|
|||||||
os.fsync(temp)
|
os.fsync(temp)
|
||||||
temp.close()
|
temp.close()
|
||||||
except IOError as ex:
|
except IOError as ex:
|
||||||
print("I/O error writing to temporary file. (%s)" %
|
print("Error while saving autojump database (disk full?)" %
|
||||||
ex, file=stderr)
|
ex, file=stderr)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user