mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-21 06:01:33 -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)
|
||||
|
||||
try:
|
||||
args = parser.parse_args(split(result))
|
||||
args = parser.parse_args(split(result, posix=False))
|
||||
except ParseError:
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue