Skip to content

Commit

Permalink
Update airlock/business_logic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Ward <[email protected]>
  • Loading branch information
rebkwok and madwort authored Jun 27, 2024
1 parent 6c9f3e0 commit 66efe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airlock/business_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ def submit_request(self, request: ReleaseRequest, user: User):
# reset completed review tracking
self._dal.reset_reviews(request.id, audit)

# any files that have not been updated are set to UNDECIDED
# any unapproved files that have not been updated are set to UNDECIDED
for rfile in request.output_files().values():
for review in rfile.rejected_reviews():
self.mark_file_undecided(request, review, rfile.relpath, user)
Expand Down

0 comments on commit 66efe6c

Please sign in to comment.