mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +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:
|
||||
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