mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
More helpful error message
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user