Open sevyharris opened 2 years ago
added temporary workaround to autoscience_workflow/workflow/scripts/kinetics/kineticfun.py:480
if not os.path.exists(shell_opt):
print(f'WHY does it think this shell log should exist??? {shell_opt}')
with open(logfile, 'a') as f:
f.write(f'WHY does it think this shell log should exist??? {shell_opt}')
continue