Command: python -c "from pathlib import Path;import hashlib,py_compile,subprocess,sys;p=Path('../scheduler_v2.py');print('EXISTS='+str(p.exists()));print('SHA256='+hashlib.sha256(p.read_bytes()).hexdigest());py_compile.compile(str(p),doraise=True);r=subprocess.run([sys.executable,str(p),'--self-test'],capture_output=True,text=True,timeout=20);print(r.stdout,end='');print(r.stderr,end='');print('SELFTEST_RC='+str(r.returncode));raise SystemExit(r.returncode)"
Directory: projects
Status: FAILED
Exit code: 1
Cancel Job Rerun Command Refresh
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ash\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1019, in read_bytes
with self.open(mode='rb') as f:
---
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '..\\scheduler_v2.py'
EXISTS=False
---Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ash\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1019, in read_bytes
with self.open(mode='rb') as f:
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ash\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1013, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '..\\scheduler_v2.py'
EXISTS=False