2020-09-12 23:23:51 +00:00
|
|
|
---
|
2021-04-23 12:38:08 +00:00
|
|
|
name: Bug
|
|
|
|
about: Exceptions and visual output errors
|
2020-09-12 23:23:51 +00:00
|
|
|
---
|
|
|
|
|
2019-10-29 11:32:00 +00:00
|
|
|
- [ ] I have marked all applicable categories:
|
|
|
|
+ [ ] exception-raising bug
|
|
|
|
+ [ ] visual output bug
|
2016-11-13 13:52:19 +00:00
|
|
|
- [ ] I have visited the [source website], and in particular
|
|
|
|
read the [known issues]
|
|
|
|
- [ ] I have searched through the [issue tracker] for duplicates
|
2017-10-03 22:06:38 +00:00
|
|
|
- [ ] I have mentioned version numbers, operating system and
|
2018-05-07 13:51:06 +00:00
|
|
|
environment, where applicable:
|
|
|
|
```python
|
|
|
|
import tqdm, sys
|
|
|
|
print(tqdm.__version__, sys.version, sys.platform)
|
|
|
|
```
|
2016-11-13 13:52:19 +00:00
|
|
|
|
2020-09-12 23:23:51 +00:00
|
|
|
[source website]: https://github.com/tqdm/tqdm/
|
|
|
|
[known issues]: https://github.com/tqdm/tqdm/#faq-and-known-issues
|
|
|
|
[issue tracker]: https://github.com/tqdm/tqdm/issues?q=
|