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

Fix handling of missing resolved_middleware in asset_updates.py #2087

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

Ashesh3
Copy link
Member

@Ashesh3 Ashesh3 commented Apr 15, 2024

Fixes #2088

This pull request fixes the handling of missing resolved_middleware in the asset_updates.py file. Previously, if the resolved_middleware was None, the code would still execute, leading to potential errors. This PR adds a check to skip the execution if the resolved_middleware is None.

@Ashesh3 Ashesh3 requested a review from a team as a code owner April 15, 2024 12:40
@Ashesh3 Ashesh3 added the P1 High priority; urgent label Apr 15, 2024
@gigincg gigincg merged commit ee3052f into develop Apr 15, 2024
9 checks passed
@gigincg gigincg deleted the fix-asset-creation-2 branch April 15, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority; urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError: 'NoneType' object has no attribute 'get'
4 participants