We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
osidb-bindings/TUTORIAL.md
Line 160 in ca318e3
I was trying this exact line but got an error of unexpected keyword argument for "cve_ids". Using "cve_id" instead worked.
flaws = session.flaws.retrieve_list(cve_ids="CVE-2024-43425,CVE-2024-43426,CVE-2024-43427") Traceback (most recent call last): File "", line 1, in File "/home/psampaio/.local/lib/python3.12/site-packages/osidb_bindings/session.py", line 436, in retrieve_list response = sync_fn(*args, client=self.client(), **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/psampaio/.local/lib/python3.12/site-packages/osidb_bindings/session.py", line 128, in inner return fn(*args, **new_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ TypeError: sync() got an unexpected keyword argument 'cve_ids'
Also 'communication' is spelled wrong here:
Line 183 in ca318e3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
osidb-bindings/TUTORIAL.md
Line 160 in ca318e3
I was trying this exact line but got an error of unexpected keyword argument for "cve_ids". Using "cve_id" instead worked.
Also 'communication' is spelled wrong here:
osidb-bindings/TUTORIAL.md
Line 183 in ca318e3
The text was updated successfully, but these errors were encountered: