mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
win try0
This commit is contained in:
parent
dee7a1fa17
commit
582a13e96e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue