We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6e60c commit 742023cCopy full SHA for 742023c
suby/proxy_module.py
@@ -33,7 +33,7 @@ def __call__(
33
"""
34
About reading from strout and stderr: https://stackoverflow.com/a/28319191/14522393
35
36
- if platform.system() == 'Windows' and not split:
+ if platform.system() == 'Windows' and split:
37
raise OSError('Windows arguments should be splitted.') # pragma: no cover
38
39
if timeout is not None and isinstance(token, DefaultToken):
0 commit comments