mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-24 21:44:38 +01:00
...
This commit is contained in:
parent
38b2510ecb
commit
df177fe455
1 changed files with 2 additions and 0 deletions
|
|
@ -391,6 +391,8 @@ def clear(self):
|
|||
os.remove(f)
|
||||
except EnvironmentError as e:
|
||||
failed[f] = e
|
||||
self.set_output()
|
||||
return failed
|
||||
|
||||
|
||||
class RotatingLog(ServerLog):
|
||||
|
|
|
|||
Loading…
Reference in a new issue