Skip to content

Commit c305bce

Browse files
committed
Put value last because it can be False
1 parent 875c34f commit c305bce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/grandchallenge/algorithms/serializers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ def reformat_inputs(*, serialized_civs):
333333
value=upload_session
334334
or user_upload
335335
or image
336-
or value
337-
or dicom_upload_with_name,
336+
or dicom_upload_with_name
337+
or value,
338338
)
339339
)
340340
except ValidationError as e:

0 commit comments

Comments
 (0)