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