Hi,
If I execute a “print” command in a monitor script, it prints the “string” but also always prints another line of empty STDout. Can we clean this up?
Thanks,
Mike
ie:
[code]from System.IO import *
from Deadline.Scripting import *
def main():
print “hello world!”[/code]
I get:
2013-11-07 13:58:19: hello world!
2013-11-07 13:58:19: