From 9fa3c2dac1af940194cc4b996dc70207feaf5268 Mon Sep 17 00:00:00 2001 From: luissian Date: Fri, 27 Sep 2024 14:10:24 +0200 Subject: [PATCH] Fixing liting --- core/utils/samples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/samples.py b/core/utils/samples.py index ddb5084a..2afa376a 100644 --- a/core/utils/samples.py +++ b/core/utils/samples.py @@ -2099,7 +2099,7 @@ def set_sample_project_fields(data_form): pdb.set_trace() # check if there is at least one field to be used for row_line in excel_json_data: - if row_line["Used"] == True: + if row_line["Used"] is True: valid_data = True break if not valid_data: