From 582a13e96ec8ce68d8584a8368b83994c5dc3d1c Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Wed, 2 Dec 2015 17:18:19 -0500 Subject: [PATCH] win try0 --- xonsh/foreign_shells.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xonsh/foreign_shells.py b/xonsh/foreign_shells.py index 2d326e3c7..95f7ebdbb 100644 --- a/xonsh/foreign_shells.py +++ b/xonsh/foreign_shells.py @@ -204,6 +204,8 @@ def parse_funcs(s, shell, sourcer=None): if m is None: return {} g1 = m.group(1) + import sys + print(g1, file=sys.stderr) namefiles = json.loads(g1.strip()) sourcer = DEFAULT_SOURCERS.get(shell, 'source') if sourcer is None \ else sourcer