Skip to content

Commit 742023c

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
boolean fix
1 parent 8f6e60c commit 742023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suby/proxy_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __call__(
3333
"""
3434
About reading from strout and stderr: https://stackoverflow.com/a/28319191/14522393
3535
"""
36-
if platform.system() == 'Windows' and not split:
36+
if platform.system() == 'Windows' and split:
3737
raise OSError('Windows arguments should be splitted.') # pragma: no cover
3838

3939
if timeout is not None and isinstance(token, DefaultToken):

0 commit comments

Comments
 (0)