Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add commandline usage from git clone
Just calling the script like this doesn't work, at least not with python 3.11: % python openqa_review/openqa_review.py Traceback (most recent call last): File "path/to/openqa_review/openqa_review/openqa_review.py", line 110, in <module> from .browser import Browser, DownloadError, BugNotFoundError, add_load_save_args # isort:skip ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: attempted relative import with no known parent package
- Loading branch information