Skip to content

Commit

Permalink
Fixing liting
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Sep 27, 2024
1 parent 0022b92 commit 9fa3c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9fa3c2d

Please sign in to comment.