Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Jan 15, 2025
1 parent 663d136 commit f39811d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/src/tira_app/endpoints/admin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ def admin_add_dataset(request, task_id):

systemUrlHandle = data.get("systemUrlHandle")
truthUrlHandle = data.get("truthUrlHandle")
system_inputs = None
truth_data = None
if systemUrlHandle is not None or truthUrlHandle is not None:
if systemUrlHandle is None or truthUrlHandle is None:
return JsonResponse(
Expand Down

0 comments on commit f39811d

Please sign in to comment.