mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
seems to work
This commit is contained in:
parent
979b9a7ba5
commit
bb91e05f55
1 changed files with 0 additions and 2 deletions
|
@ -204,8 +204,6 @@ def parse_funcs(s, shell, sourcer=None):
|
||||||
if m is None:
|
if m is None:
|
||||||
return {}
|
return {}
|
||||||
g1 = m.group(1)
|
g1 = m.group(1)
|
||||||
import sys
|
|
||||||
print(g1, file=sys.stderr)
|
|
||||||
namefiles = json.loads(g1.strip())
|
namefiles = json.loads(g1.strip())
|
||||||
sourcer = DEFAULT_SOURCERS.get(shell, 'source') if sourcer is None \
|
sourcer = DEFAULT_SOURCERS.get(shell, 'source') if sourcer is None \
|
||||||
else sourcer
|
else sourcer
|
||||||
|
|
Loading…
Add table
Reference in a new issue