Skip to content

Commit

Permalink
docstring error on CI, try full path of exception being raised.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Jan 30, 2025
1 parent 50b398f commit 86856e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/views/portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ def patient_reminder_email(user_id):
Query string
:param research_study_id: set for targeted reminder emails, defaults to 0
:raises BadRequest: if the patient isn't currently eligible for reminder
:raises werkzeug.exceptions.BadRequest: if the patient isn't currently eligible for reminder
"""
from ..models.qb_status import QB_Status
user = get_user(user_id, 'edit')
Expand Down

0 comments on commit 86856e4

Please sign in to comment.