Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmanderson committed Dec 27, 2023
1 parent 9403db4 commit 9219443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DicomRTTool/ReaderWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def walk_through_folders(self, input_path: typing.Union[str, bytes, os.PathLike]
print('{} unique series IDs were found. Default is index 0, to change use '
'set_index(index)'.format(len(self.series_instances_dictionary)))
self.set_index(0)
t self.__check_if_all_contours_present__()
self.__check_if_all_contours_present__()
return None

def write_parallel(self, out_path: typing.Union[str, bytes, os.PathLike],
Expand Down

0 comments on commit 9219443

Please sign in to comment.