Job 1788378844584

Command: python -c "from pathlib import Path;import py_compile,shutil,time;p=Path('..')/'sheet_relay.py';b=p.with_name(p.name+'.pre_result_semantics_'+time.strftime('%Y%m%dT%H%M%S')+'.bak');shutil.copy2(p,b);s=p.read_text(encoding='utf-8');s=s.replace('\"ok\": status == \"done\",','\"ok\": status in {\"done\", \"running\"},',1).replace('\"result_status\": \"completed\" if status == \"done\" else \"error\",','\"result_status\": status,',1);p.write_text(s,encoding='utf-8');py_compile.compile(str(p),doraise=True);print('RESULT_SEMANTICS_OK')"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

RESULT_SEMANTICS_OK