Loading Noto/Misc/NotoScripts/src/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ TCL_SCRIPTS_L = # # Python stuff (public and local) # ---------------------------- PY_SCRIPTS = subr subrOff PY_SCRIPTS = subr subrOff peakf PY_SCRIPTS_L = PY_MODULES = Loading Noto/Misc/NotoScripts/src/subrOff.py +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ def main(): pipeString="%lf,%lf,%lf"%(X,Y,Z) pipeOut.write(pipeString) print "command sent!" pipeOut.close() except Exception, ex: print ex Loading Loading
Noto/Misc/NotoScripts/src/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ TCL_SCRIPTS_L = # # Python stuff (public and local) # ---------------------------- PY_SCRIPTS = subr subrOff PY_SCRIPTS = subr subrOff peakf PY_SCRIPTS_L = PY_MODULES = Loading
Noto/Misc/NotoScripts/src/subrOff.py +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ def main(): pipeString="%lf,%lf,%lf"%(X,Y,Z) pipeOut.write(pipeString) print "command sent!" pipeOut.close() except Exception, ex: print ex Loading