BotBlake / BotBlake/jellybench_py
formatting issues on Downloading
- Dominant language
- Python
- Stars
- 28
- Forks
- 12
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
### Classifications
- [x] Running `python ./jellybench_py/hwi.py` manually (within the Poetry shell) works and produces correct results.
- [ ] This happens on a Virtual Hardware (VM, WSL, ...)
- [ ] The issue occurs during the benchmark section of the script (after `Starting Benchmark...`).
- [ ] A server issue or faulty server response is causing the problem.
- [x] jellybench was run in `--debug` mode (recommended for issue reports).
- [x] I am using the latest version (branch `develop`) of jellybench. I understand older versions are not supported.
### Description
When downloading a file, jellybench will say that it was available locally.
Also it will print the filename twice.

This is due to the fact that we removed the CLI library `click` a while ago.
This issue is happening ever since.
### Error Code or Output
```shell
```
### Steps to Reproduce
1. Start Jellybench
2. Wait for it to Download Ressources
3. Observe issue
### Operating System
Windows
### System Architecture
x86_64 (64-bit)
### Python Version
3.12
### CPU[s]
Intel Core i5-12400F
### GPU[s]
None
### Additional Context
_No response_
### Possible Solution
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.