Crash after install and first dir change: "sre_constants.error: unterminated character set at position 0"
Created by: andrbmgi
Traceback (most recent call last):
File "C:\Users\xxxx\AppData\Local\autojump\bin\\autojump", line 342, in <module>
sys.exit(main(parse_arguments()))
File "C:\Users\xxxx\AppData\Local\autojump\bin\\autojump", line 308, in main
['.'],
File "C:\Users\xxxx\AppData\Local\autojump\bin\autojump_utils.py", line 41, in first
return it.__next__()
File "C:\Users\xxxx\AppData\Local\autojump\bin\autojump_match.py", line 86, in <lambda>
flags=regex_flags,
File "C:\Python36\lib\re.py", line 182, in search
return _compile(pattern, flags).search(string)
File "C:\Python36\lib\re.py", line 301, in _compile
p = sre_compile.compile(pattern, flags)
File "C:\Python36\lib\sre_compile.py", line 562, in compile
p = sre_parse.parse(p, flags)
File "C:\Python36\lib\sre_parse.py", line 855, in parse
p = _parse_sub(source, pattern, flags & SRE_FLAG_VERBOSE, 0)
File "C:\Python36\lib\sre_parse.py", line 416, in _parse_sub
not nested and not items))
File "C:\Python36\lib\sre_parse.py", line 523, in _parse
source.tell() - here)
sre_constants.error: unterminated character set at position 0