Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 10, 2024
1 parent 2e1be52 commit bded129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm_fieldwork/update_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def merge_sheets(mandatory_df, custom_df, digitisation_df, is_survey_sheet=False
"name": ["survey_questions"],
"label": ["Survey Form"],
"relevant": [
"(${new_feature} = 'yes') or (${building_exists} = 'yes')"
"(${new_feature} = 'yes') or (${building_exists} = 'yes')"
], # Add the relevant condition to display this group only if "Yes" is selected
}
)
Expand Down

0 comments on commit bded129

Please sign in to comment.