Skip to content

Commit

Permalink
Remove commas from _export_recipient comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Mar 20, 2023
1 parent 6111baa commit 81f8dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/camcops_server/cc_modules/cc_exportrecipient.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ class ExportRecipient(ExportRecipientInfo, Base):
default=False,
nullable=False,
comment=(
"(HL7 debugging option) Treat messages diverted to file as sent",
"(HL7 debugging option) Treat messages diverted to file as sent"
),
)

Expand All @@ -406,7 +406,7 @@ class ExportRecipient(ExportRecipientInfo, Base):
FileSpecColType,
comment=(
"(FILE) Patient part of filename specification for anonymous "
"tasks",
"tasks"
),
)
file_filename_spec = Column(
Expand Down

0 comments on commit 81f8dee

Please sign in to comment.