1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00

More helpful error message

This commit is contained in:
Joël Schaerer 2012-02-08 08:03:44 +01:00
parent faf0854602
commit 9ec542ee17

View File

@ -93,7 +93,7 @@ def save(path_dict, dic_file):
os.fsync(temp)
temp.close()
except IOError as ex:
print("I/O error writing to temporary file. (%s)" %
print("Error while saving autojump database (disk full?)" %
ex, file=stderr)
return