Skip to content

Commit

Permalink
improve logging message
Browse files Browse the repository at this point in the history
valosekj committed Nov 19, 2024
1 parent 2e449bb commit 499a53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_loader.py
Original file line number Diff line number Diff line change
@@ -413,7 +413,7 @@ def main():

# Create a temporary folder to store dcm2niix output before renaming the files
temp_folder = os.path.join(output_folder, "temp_dcm2niix")
logging.info(f"Creating a temporary folder for dcm2niix conversion: {temp_folder}")
logging.info(f"Creating a temporary folder for DICOM to NIfTI conversion: {temp_folder}")
os.makedirs(temp_folder, exist_ok=True)
# Run DICOM to NIfTI conversion using the dcm2niix command
run_dcm2niix(dicom_folder, temp_folder)

0 comments on commit 499a53a

Please sign in to comment.