Skip to content

Commit

Permalink
fli-iam#2321 - delete niftis
Browse files Browse the repository at this point in the history
- remove dataset name
  • Loading branch information
jcomedouteau authored and DuckflipXYZ committed Dec 6, 2024
1 parent a9aee44 commit 5b052a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public void deleteNiftis(Long studyId) {
for (Dataset dataset : datasets) {
progress = progress + 1f / total;
event.setProgress(progress);
event.setMessage("Deleting nifti for dataset: " + dataset.getName() + " of subject " + dataset.getSubjectId());
event.setMessage("Deleting nifti for dataset: " + dataset.getId());
shanoirEventService.publishEvent(event);
deleteNifti(dataset);
}
Expand Down

0 comments on commit 5b052a6

Please sign in to comment.