edc / bass

Make Bash utilities usable in Fish shell
MIT License
2.2k stars 70 forks source link

Seems to break when trying to evaluate the set builtin #32

Closed brandonweiss closed 7 years ago

brandonweiss commented 8 years ago

I guess Bash has set as well.

Rush commented 7 years ago
rush@rushbox: ~ » bass ls                                                                                                                                                          [03:04:12]
Traceback (most recent call last):
  File "/home/rush/.config/fish/functions/__bass.py", line 77, in <module>
    print('exit code:', e.returncode, file=sys.stderr)
AttributeError: 'exceptions.UnicodeDecodeError' object has no attribute 'returncode'
edc commented 7 years ago

@brandonweiss can you give me an example? @Rush your error is because of a Unicode file name. Can you try the last release?

brandonweiss commented 7 years ago

Sorry, I stopped used bass/fish a while ago.

edc commented 7 years ago

no worries, @brandonweiss