Skip to content

Conversation

kdudka
Copy link
Contributor

@kdudka kdudka commented Jun 30, 2025

... out of the box. The previously accessed fields were not available in the objects being accessed:

Traceback (most recent call last):
  File "/tmp/xxx.py", line 15, in <module>
    flaw.summary
AttributeError: 'OsidbApiV1FlawsRetrieveResponse200' object has no attribute 'summary'

Traceback (most recent call last):
  File "/tmp/xxx.py", line 20, in <module>
    flaw_dict["summary"]
    ~~~~~~~~~^^^^^^^^^^^
KeyError: 'summary'

Traceback (most recent call last):
  File "/tmp/xxx.py", line 24, in <module>
    all_flaws = osidb_session.flaw.retrieve_list()
                ^^^^^^^^^^^^^^^^^^
AttributeError: 'Session' object has no attribute 'flaw'. Did you mean: 'flaws'?

... out of the box.  The previously accessed fields were not available
in the objects being accessed:
```
Traceback (most recent call last):
  File "/tmp/xxx.py", line 15, in <module>
    flaw.summary
AttributeError: 'OsidbApiV1FlawsRetrieveResponse200' object has no attribute 'summary'

Traceback (most recent call last):
  File "/tmp/xxx.py", line 20, in <module>
    flaw_dict["summary"]
    ~~~~~~~~~^^^^^^^^^^^
KeyError: 'summary'

Traceback (most recent call last):
  File "/tmp/xxx.py", line 24, in <module>
    all_flaws = osidb_session.flaw.retrieve_list()
                ^^^^^^^^^^^^^^^^^^
AttributeError: 'Session' object has no attribute 'flaw'. Did you mean: 'flaws'?
```
@JakubFrejlach JakubFrejlach merged commit 46328f7 into RedHatProductSecurity:master Jul 4, 2025
1 check passed
@kdudka kdudka deleted the readme branch July 4, 2025 10:00
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.

2 participants