Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoryvp committed Aug 23, 2012
1 parent bc92946 commit ff22a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parabridge_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
HELP_TASK_LIST = """Displays list of added tasks."""

def start( i_oArgs ) :
sFile = '{0}/parabridge_daemon.py'.format( sys.path[ 0 ] )
sFile = os.path.join( os.path.dirname( __file__ ), "parabridge_daemon.py" )
subprocess.Popen( [ 'python', sFile, str( COMM_PORT ) ] )

def stop( i_oArgs ) :
Expand Down

0 comments on commit ff22a8a

Please sign in to comment.