Improved debug output for task added

Improved handling of calibre output on windows
This commit is contained in:
Ozzie Isaacs
2021-12-18 17:31:33 +01:00
parent 92f65882b2
commit 021298374e
3 changed files with 12 additions and 3 deletions

View File

@@ -267,4 +267,4 @@ class TaskEmail(CalibreTask):
return "E-mail"
def __str__(self):
return "{}, {}".format(self.name, self.subject)
return "E-mail {}, {}".format(self.name, self.subject)