Skip to content

Commit

Permalink
restored "python" instead of "pythonw" until
Browse files Browse the repository at this point in the history
all references to stdio, stderr are removed
  • Loading branch information
vlachoudis committed Feb 10, 2016
1 parent a5ac3f3 commit 8e5f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bCNC.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
set DIR=%~dp0
set PYTHONPATH=%DIR%lib;%DIR%plugins;%PYTHONPATH%
start pythonw "%DIR%bCNC.py"
start python "%DIR%bCNC.py"

0 comments on commit 8e5f059

Please sign in to comment.