Skip to content

Commit

Permalink
Change to inverted commas
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm authored Aug 26, 2024
1 parent 8cd6207 commit 087cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/form_processor/document_stores.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_document(self, doc_id, *, external_id=None):
)
if case:
return case.to_json()
raise CaseNotFound(f'external_id: {external_id!r}')
raise CaseNotFound(f"external_id: '{external_id}'")
except (CaseNotFound, CommCareCase.MultipleObjectsReturned) as e:
raise DocumentNotFoundError(e)

Expand Down

0 comments on commit 087cd32

Please sign in to comment.