/ Published in: Python
Expand |
Embed | Plain Text
import qb jobID = 591 outputPath = qb.jobinfo(['agenda'], {'id': jobID})[0]['agenda'][0].resultpackage().get('outputPaths') frames = qb.jobinfo (id=jobID)[0]['package']['frames'] first = frames.split('-')[0] last = frames.split('-')[1]
You need to login to post a comment.
