From bded129b779804d6f1019dd78a0501fec71afd1d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:34:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- osm_fieldwork/update_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_fieldwork/update_form.py b/osm_fieldwork/update_form.py index c896ada8..7b4012dd 100644 --- a/osm_fieldwork/update_form.py +++ b/osm_fieldwork/update_form.py @@ -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 } )