mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
In python3, string.encode returns a byte array like: b'14.1:\t/home/felix/devel/autojump' This stops autojump from functioning at all.
In python3, string.encode returns a byte array like: b'14.1:\t/home/felix/devel/autojump' This stops autojump from functioning at all.