AWS Thinkbox Discussion Forums

STDout lines in monitor script - print ""

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:

Yup, we’ll clean that up, and add the “PYTHON:” prefix like we do in the render and event plugins so you know the output is coming from python.

Cheers,

  • Ryan

Coolio :sunglasses:

Privacy | Site terms | Cookie preferences