We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run_ang.py
See Logs/arctheta30_180_log.txt @felipeaoli
Logs/arctheta30_180_log.txt
at end of log, receiving the following error when running arctheta test
` Traceback (most recent call last):
File "run_ang.py", line 514, in
sys_status = confirm_move(ihash, get_remotehash(sh))
File "run_ang.py", line 231, in get_remotehash
return sout[-1].strip('\n')
IndexError: list index out of range `
Looks like fao_seq20.py is not passing the hash back to run_ang.py properly? This issue has only happened once but would be worth keeping an eye on
fao_seq20.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See
Logs/arctheta30_180_log.txt
@felipeaoliat end of log, receiving the following error when running arctheta test
`
Traceback (most recent call last):
File "run_ang.py", line 514, in
sys_status = confirm_move(ihash, get_remotehash(sh))
File "run_ang.py", line 231, in get_remotehash
return sout[-1].strip('\n')
IndexError: list index out of range
`
Looks like
fao_seq20.py
is not passing the hash back torun_ang.py
properly? This issue has only happened once but would be worth keeping an eye onThe text was updated successfully, but these errors were encountered: