Add advice about deleting pid file if opensim has not started

This commit is contained in:
Justin Clark-Casey
2014-02-03 21:05:31 +00:00
parent 67d368c284
commit f8ca4e24f4
@@ -39,7 +39,7 @@ def getScreenList():
### MAIN FUNCTIONS ###
def startComponent():
if os.path.exists(pidPath):
print >> sys.stderr, "ERROR: OpenSim PID file %s still present. Assuming OpenSim has been started already." % pidPath
print >> sys.stderr, "ERROR: OpenSim PID file %s still present. Assuming OpenSim has been started already. If not, please delete this file and retry." % pidPath
sys.exit(1)
# If PID isn't set then we'll check the screen list.