Skip to content

Commit 878f3f7

Browse files
authored
Merge pull request #179 from aanil/aggreg_qc
Add space in mail as requested
2 parents 8b3c6fc + 9a4d5d7 commit 878f3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LIMS2DB/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def save(self, update_modification_time=True):
365365
genstat_url = f"{self.genstat_proj_url}{self.obj['project_id']}"
366366
lib_method_text = f"Library method: {self.obj['details'].get('library_construction_method', 'N/A')}"
367367
msg = "New applications project created "
368-
msg += f'<a href="{genstat_url}">{self.obj["project_id"]}, {self.obj["project_name"]}</a>[{lib_method_text}].'
368+
msg += f'<a href="{genstat_url}">{self.obj["project_id"]}, {self.obj["project_name"]}</a> [{lib_method_text}].'
369369
send_mail(
370370
f"GA Project created {self.obj['project_name']}",
371371
msg,

0 commit comments

Comments
 (0)