Closedown

This commit is contained in:
sfop
2017-05-22 15:01:32 +02:00
parent a8fb26763d
commit e034f1ef4e
2 changed files with 4 additions and 4 deletions

View File

@@ -343,8 +343,8 @@ def kill_camtool():
def _run_camtool():
try:
cmd = "source /opt/gfa/python ;"
cmd += CAMTOOL_SERVER_SCRIPT + " -p " + _get_camtool_port() + " -b /afs/psi.ch/intranet/SF/Applications/config/camtool_n"
#cmd = "source /opt/gfa/python\n"
cmd = CAMTOOL_SERVER_SCRIPT + " -p " + _get_camtool_port() + " -b /afs/psi.ch/intranet/SF/Applications/config/camtool_n"
if not PRINT_CAMTOOL_OUTPUT:
cmd = cmd + " > /dev/null 2>&1"
print "Executing: ", cmd