Open StreakyCobra opened 6 years ago
It was solved by reflecting this pull request
@t11em Indeed this seems to fix the issue, thanks for the link! Applied locally, waiting for it to be merged :-)
thanks, I merged the PR, later this week will do another release
@santagada did you get around to releasing this? receiving this on a new install today.
edit: added the error
xontrib\powerline.xsh:213: DeprecationWarning: __xonsh_env__ has been deprecated, please use __xonsh__.env instead.
if varname not in __xonsh_env__:
xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True
KeyError: 'Unknown environment variable: $0'
Just tried a fresh install of xonsh and this. This is still an issue. Is the pull request mentioned by @t11em going to be merged?
Oops, I didn't read carefully enough. I see that this pr is merged. @santagada was that release ever done?
Hi,
After upgrading xonsh this morning (version https://github.com/xonsh/xonsh/commit/aca294b86cce5275ce77761c38ac1cf50cefd3e8), powerline is not working any longer. Here is the trackeback of the error:
Let me know if you need more information!