Skip to content

Commit

Permalink
Fix qtlabgui start bug and bump VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
heeres committed Jun 28, 2012
1 parent f89c8d1 commit d120282
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre v0.3.0
pre v0.3.1
2 changes: 1 addition & 1 deletion qtlabgui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

basedir=`dirname $0`
python $basedir/source/gui/guiclient.py -- "$@"
python $basedir/source/gui/guiclient.py "$@"

#To run as interactive ipython shell
#This will cause problems when starting the GUI from the main qtlab shell!
Expand Down
2 changes: 1 addition & 1 deletion qtlabgui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ IF EXIST c:\python26\python.exe (
:mark1

:: Run QTlab GUI
start %PYTHON_PATH%\pythonw.exe source/gui/guiclient.py -- %*
start %PYTHON_PATH%\pythonw.exe source/gui/guiclient.py %*

0 comments on commit d120282

Please sign in to comment.