This commit is contained in:
Kovid Goyal 2017-12-16 08:29:26 +05:30
parent 38b2510ecb
commit df177fe455
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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):