1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

fix error log location

This commit is contained in:
William Ting
2013-04-29 12:53:36 -05:00
parent c763b2afad
commit de98e83b25
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile
VERSION = 'release-v21.5.7'
VERSION = 'release-v21.5.8'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'