Hi!
Finally doing this full time! Haven’t written for anything using the PO API for some time, previously I remember there being a user_inputs.csv, where I could grab this info:
Looking back through some old code of mine I’m seeing:
@property
def user_in(self):
return [self.job_folder+'\\'+os.path.join(run, 'user_input.csv') for run in self.runs]
But I’m not seeing anywhere how to grab that information anymore; and I’m not seeing it in the job table?
Someone mind pointing me in the right direction?