Skip to content

Commit

Permalink
fix typo in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeban authored Aug 12, 2022
1 parent f8e7245 commit 401355f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/png-extraction/ImageExtractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def execute(pickle_file, dicom_home, output_directory, print_images, print_only_
recursive=True) # search the folders at the depth we request and finds all dicoms
pickle.dump(filelist, open(pickle_file, 'wb'))

# if number of files is less than the number of split than
# if the number of files is less than the specified number of splits, then
if no_splits > len(filelist) and len(filelist) > 0:
no_splits = len(filelist)

Expand Down

0 comments on commit 401355f

Please sign in to comment.