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

@@ -32,3 +32,6 @@ class TaskUpload(CalibreTask):
@property
def name(self):
return "Upload"
def __str__(self):
return "Upload {}".format(self.message)