mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-21 04:41:01 -05:00
set posix to False
This commit is contained in:
parent
29d18653dc
commit
42cdcc2519
@ -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…
Reference in New Issue
Block a user