mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-22 14:30:57 -04:00
set posix to False
This commit is contained in:
parent
29d18653dc
commit
42cdcc2519
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ class PanCtl:
|
||||||
parser = PanctlParser(self.commands)
|
parser = PanctlParser(self.commands)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
args = parser.parse_args(split(result))
|
args = parser.parse_args(split(result, posix=False))
|
||||||
except ParseError:
|
except ParseError:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue