Bug 1949718 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

On [February 7, 2024](https://github.com/mozilla-releng/shipit/issues/1370#issuecomment-1931529849), [@JohanLorenzo](https://github.com/JohanLorenzo) wrote:

> ## 4. Unsure if I got the right fix: `src/backend_common/api.py:98: AttributeError`
> 
> ```
> >       self.swagger_url = api.options.openapi_console_ui_path
> E       AttributeError: 'FlaskApi' object has no attribute 'options'
> 
> src/backend_common/api.py:98: AttributeError
> ```
> 
> I'm not sure of the impact of:
> 
> +++ b/api/src/backend_common/api.py
> 
> -        self.swagger_url = api.options.openapi_console_ui_path
On [February 7, 2024](https://github.com/mozilla-releng/shipit/issues/1370#issuecomment-1931529849), [@JohanLorenzo](https://github.com/JohanLorenzo) wrote:
> ## 4. Unsure if I got the right fix: `src/backend_common/api.py:98: AttributeError`
> 
> ```
> >       self.swagger_url = api.options.openapi_console_ui_path
> E       AttributeError: 'FlaskApi' object has no attribute 'options'
> 
> src/backend_common/api.py:98: AttributeError
> ```
> 
> I'm not sure of the impact of:
> 
> ```diff
> +++ b/api/src/backend_common/api.py
> 
> -        self.swagger_url = api.options.openapi_console_ui_path
> ```

Back to Bug 1949718 Comment 5