mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
fix typo
This commit is contained in:
parent
02f1394975
commit
ed69e10dc0
1 changed files with 1 additions and 1 deletions
|
@ -2028,7 +2028,7 @@ class Parser(object):
|
||||||
msg = 'additional redirect following non-pipe redirect'
|
msg = 'additional redirect following non-pipe redirect'
|
||||||
self._parse_error(msg, self.currloc(lineno=lineno, column=col))
|
self._parse_error(msg, self.currloc(lineno=lineno, column=col))
|
||||||
cliargs = self._subproc_cliargs(p[3], lineno=lineno, col=col)
|
cliargs = self._subproc_cliargs(p[3], lineno=lineno, col=col)
|
||||||
p0 = p1 + [p[2], aliargs]
|
p0 = p1 + [p[2], cliargs]
|
||||||
# return arguments list
|
# return arguments list
|
||||||
p[0] = p0
|
p[0] = p0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue