Skip to content

Commit

Permalink
Merge pull request #82 from TeskaLabs/Fix/CI-CD
Browse files Browse the repository at this point in the history
Fix ci-cd
  • Loading branch information
mithunbharadwaj authored Nov 21, 2024
2 parents 7f020f4 + 7f596b3 commit 74e5a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@

- Change Error

#### 21.11.2024

- Email supports TXT templates


### Bugfix

Expand Down
3 changes: 0 additions & 3 deletions asabiris/orchestration/sendemail.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ async def send_email(
)
L.info("Email sent successfully to: {}".format(', '.join(email_to)))

import os
from typing import Dict, Tuple

async def _render_template(self, template: str, params: Dict, body_template_wrapper=None) -> Tuple[str, str]:
# First, determine if a default wrapper needs to be used
if body_template_wrapper in [None, '']:
Expand Down

0 comments on commit 74e5a31

Please sign in to comment.