sartography / cr-connect

0 stars 0 forks source link

Error if no Email Attachment #503

Closed calexh-sar closed 2 years ago

calexh-sar commented 2 years ago

If the email() script contains attachments=some_variable and some_variable is None or "", this error is thrown:

image.png

It would be preferable if the email() script just ignore these cases and not throw an error.