aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

Fix nonetype error when running `run_dicom_archive_validation.py` on an inexistant UploadID #1111

Closed cmadjar closed 2 months ago

cmadjar commented 2 months ago

Description

This fixes the NoneType error found when testing run_dicom_archive_validation.py on an inexistant UploadID.

Close #1094