Farama-Foundation / Farama-Foundation/AutoROM
[Bug] -v flag not working anymore
Open
bug
- Dominant language
- Python
- Stars
- 79
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
This bug was discovered and described in Farama-Foundation/PettingZoo#1299
The -v flag is not being implemented, leading to a Y/n prompt that breaks PettingZoo's CI/CD.
My best guess is that the flag, defined in [AutotROM.py](https://github.com/Farama-Foundation/AutoROM/blob/master/src/AutoROM.py) line 331 with click is not working as a consequence of a new release of `click` in May 2025 (same time as when the CI/CD of PZ broke).

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.