Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

General: Extract review does not crash with old settings overrides #4023

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

iLLiCiTiT
Copy link
Member

Brief description

Avoid crashes in extract review with older settings overrides.

Description

This PR caused that extract review would crash with older settings overrides where custom_tags key is not available on output definitions so iteration over None is invalid operation. The tags validation also happened in all cases even if the valid state was already known. Removed unnecessary log messages.

Testing notes:

  1. Use extract review with older settings overrides on project and it should not crash.

@iLLiCiTiT iLLiCiTiT self-assigned this Oct 24, 2022
@iLLiCiTiT iLLiCiTiT added the type: enhancement Enhancements to existing functionality label Oct 24, 2022
Copy link
Member

@jakubjezek001 jakubjezek001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works well. Thank you ;)

@iLLiCiTiT iLLiCiTiT merged commit 8b0ec2a into develop Oct 24, 2022
@iLLiCiTiT iLLiCiTiT deleted the feature/extract_review_settings_compatibility branch October 24, 2022 13:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants