We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e733e21 commit 0afb0bfCopy full SHA for 0afb0bf
eterm/src/main.py
@@ -181,7 +181,9 @@ def send_email_file(self):
181
self.msg['from'] = self.from_email
182
self.msg['to'] = self.to_email
183
self.msg.attach(
184
- MIMEText(self.get_body() if self.args.body else "",'plain'))
+ MIMEText(
185
+ self.get_body() if self.args.body else ""
186
+ , 'plain'))
187
if self.args.file:
188
for file in self.args.file:
189
with open(file, 'r') as f:
0 commit comments