Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
vodorok committed Mar 23, 2023
1 parent 4055ffd commit 25dcd5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/server/codechecker_server/api/mass_store_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,7 @@ def get_review_status_from_source(
report: Report) -> SourceReviewStatus:
"""
Return the review status set in the source code belonging to
the given report whether the review status comes from
a source code comment.
the given report.
- Return the review status if it is set in the source code.
- If the review status is ambiguous (i.e. multiple source code
Expand Down

0 comments on commit 25dcd5b

Please sign in to comment.