Skip to content

Commit

Permalink
Fixed how error shows
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Aug 28, 2023
1 parent 63d1b11 commit 84a892b
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 @@ -262,7 +262,7 @@ def validate_sample_data(sample_data, req_user, app_name):
):
sample_dict["Validate"] = False
sample_dict["Validation error"].append(
core.core_config.ERROR_ONLY_RECORDED_FIELD
"".join(core.core_config.ERROR_ONLY_RECORDED_FIELD)
)

# Check if sample already in the DB
Expand Down

0 comments on commit 84a892b

Please sign in to comment.