diff --git a/handler/preprocess.sh b/handler/preprocess.sh index cf52e71a..fd8ed1d4 100755 --- a/handler/preprocess.sh +++ b/handler/preprocess.sh @@ -230,6 +230,7 @@ else if [ ! -s $root/list ]; then echo "Could not find any MRI (or PET) DICOM files in upload. Uploaded files likely do not conform to DICOM format, aborting" + echo "Please contact the ezBIDS team (dlevitas@iu.edu) or https://github.com/brainlife/ezbids/issues for assistance exit 1 fi diff --git a/ui/src/Upload.vue b/ui/src/Upload.vue index 1d180660..848cd232 100644 --- a/ui/src/Upload.vue +++ b/ui/src/Upload.vue @@ -81,7 +81,9 @@ Please do not close or refresh this page until all files are uploaded.
{{ files[idx].path }}
{{ session.status_msg }}