Little issue which is stopping the RC QT Job Submit script from working in v5.2. It’s missing a global scope variable.
Fix is easy, just add this line in in [bold] to 2 places:
def main():
global scriptDialog
global scriptPath
global job
and then later here:
def SubmitButtonPressed(*args):
global scriptDialog
global scriptPath
global job
I think this might have just slipped through the net when you guys added the shotgun bits.
Right. I’m off for an Olympic beer now
Mike