Random Python error (ValueError in run.py)
Closed this issue · 1 comments
sy6sy2 commented
Hi,
When I use the bot with the !testme
trigger I randomly get a Python error during the CI test:
Job error on:
Traceback (most recent call last):
File "./run.py", line 431, in run_job
}, ["jobs", f"job-{job.id}", f"app-jobs-{job.url_or_path}"])
File "./run.py", line 491, in broadcast
ws_list.remove(to_remove)
ValueError: list.remove(x): x not in list
You will find a real example here: https://ci-apps-dev.yunohost.org/ci/job/3492
alexAubin commented
Fixed some time ago if i recall correctly