diff --git a/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh b/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh
index 4ea31f2dbebf3ee094ed73157dfb633d8cf3e715..cb476b0719aad22733d71cb24a671b7338f8c5ae 100644
--- a/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh
+++ b/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh
@@ -20,7 +20,7 @@ for nodes in {1..1}; do
                     SBATCH_DIR=$WORK_DIR/sbatch_scripts/benchmark_${node_type}_${benchmark_mode}_dim${dim}_nodes${nodes}_gpus${gpus}_batchsize${batch_size}.sbatch
                     #sbatch $SBATCH_DIR
                     sleep 1 
-                
+                done
             done
         done
     done