mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Don't die if you fail to decode worker redirect log
This commit is contained in:
parent
c621908aa1
commit
736e643f9f
@ -131,7 +131,7 @@ class BaseJob(object):
|
||||
|
||||
@property
|
||||
def details(self):
|
||||
return self.log_file.read().decode('utf-8')
|
||||
return self.log_file.read().decode('utf-8', 'replace')
|
||||
|
||||
|
||||
class ParallelJob(BaseJob):
|
||||
|
Loading…
x
Reference in New Issue
Block a user