diff options
| author | tassaron | 2017-07-04 20:55:51 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-04 20:55:51 -0400 |
| commit | 134779f6e65bae36accc9fd586e41b7e80b5dc93 (patch) | |
| tree | 6ae26f86c8931befc482e3624d378afb66130ed3 /src | |
| parent | 63daa3138284f1e928b362c09e391eed53d4527d (diff) | |
updated Windows installation instructions
Diffstat (limited to 'src')
| -rw-r--r-- | src/toolkit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolkit.py b/src/toolkit.py index 8dce645..589a6dc 100644 --- a/src/toolkit.py +++ b/src/toolkit.py @@ -40,7 +40,7 @@ def openPipe(commandList, **kwargs): def _subprocess(func, commandList, **kwargs): - if not sys.platform == 'win32': + if sys.platform == 'win32': # Stop CMD window from appearing on Windows # http://code.activestate.com/recipes/409002/ startupinfo = subprocess.STARTUPINFO() |
