Skip to content

Commit ad03b49

Browse files
committed
Fix WinProc
1 parent 49c606d commit ad03b49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ptrlib/connection/winproc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def __init__(self,
127127
p = Process("more C:\\test.txt", env={"X": "123"})
128128
```
129129
"""
130-
assert _is_windows, "WinProcess does not work on Unix"
131130
assert isinstance(args, (str, bytes, list)), \
132131
"`args` must be either str, bytes, or list"
133132
assert env is None or isinstance(env, dict), \

0 commit comments

Comments
 (0)