mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
...
This commit is contained in:
parent
38b2510ecb
commit
df177fe455
@ -391,6 +391,8 @@ class RotatingStream(object):
|
|||||||
os.remove(f)
|
os.remove(f)
|
||||||
except EnvironmentError as e:
|
except EnvironmentError as e:
|
||||||
failed[f] = e
|
failed[f] = e
|
||||||
|
self.set_output()
|
||||||
|
return failed
|
||||||
|
|
||||||
|
|
||||||
class RotatingLog(ServerLog):
|
class RotatingLog(ServerLog):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user