mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
subprocess.Popen emits ResourceWarning in the destructor if the status of the process was not read. Fix by using subprocess.run() instead, which takes care of that. Using run() is also recommended for simple cases like this in the docs. |
||
|---|---|---|
| .. | ||
| aqt | ||
| icons | ||
| linux | ||
| mac | ||
| tests | ||
| tools | ||
| .isort.cfg | ||
| .pylintrc | ||
| bazelfixes.py | ||
| BUILD.bazel | ||
| dmypy-watch.sh | ||
| mypy.ini | ||
| README.md | ||
| runanki.py | ||
Python's Qt GUI is in aqt/