Skip to content

Commit

Permalink
udpate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Feb 21, 2024
1 parent e87b6c5 commit a62e09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,8 @@ def main():

# Add segmentation only (skip generating QC report)
if args.add_seg_only:
# We are passing modified=True because we are adding a new segmentation and we want
# to create a JSON file
# We use update_json because we are adding a new segmentation, and we want to create
# a JSON file
update_json(fname_out, name_rater)
# Generate QC report
else:
Expand Down

0 comments on commit a62e09b

Please sign in to comment.