Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhack47 authored and asim-shrestha committed Jan 8, 2023
1 parent 64bf9ba commit 02ec808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rt_utils/rtstruct_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def validate_contour_image_in_series_data(
return

# ReferencedSOPInstanceUID is NOT available
if warning_onlyu:
if warning_only:
warnings.warn(
f"Loaded RTStruct references image(s) that are not contained in input series data. "
+ f"Problematic image has SOP Instance Id: {contour_image.ReferencedSOPInstanceUID}"
Expand Down

0 comments on commit 02ec808

Please sign in to comment.