aces / Loris-MRI

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

[register_processed_data] Script crashes when the argument to `inputFileIDs` is invalid #990

Closed nicolasbrossard closed 5 months ago

nicolasbrossard commented 1 year ago

I tried running script register_processed_data with option -inputFileIDs aaa (an invalid file ID) and got this error message:

DBD::mysql::st execute failed: Incorrect integer value: 'aaa' for column 'Input_FileID' at row 1 at uploadNeuroDB/register_processed_data.pl line 649.
cmadjar commented 5 months ago

Resolved by #999 so closing this.