Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add commandline usage from git clone #224

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

perlpunk
Copy link
Contributor

@perlpunk perlpunk commented Aug 2, 2024

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

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
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
@mergify mergify bot merged commit aa6f001 into os-autoinst:master Aug 2, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants