mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
minor touchup to self.closed
This commit is contained in:
parent
2ced3fd7d2
commit
d12cc670aa
@ -36,13 +36,7 @@ class RotatingLog:
|
|||||||
self.file.flush()
|
self.file.flush()
|
||||||
self.file.close()
|
self.file.close()
|
||||||
del self.file
|
del self.file
|
||||||
if hasattr(self, "closed"):
|
self.closed = self.file.closed
|
||||||
del self.closed
|
|
||||||
del self.mode
|
|
||||||
del self.name
|
|
||||||
del self.softspace
|
|
||||||
#del self.encoding
|
|
||||||
#del self.newlines
|
|
||||||
|
|
||||||
def shouldRotate(self):
|
def shouldRotate(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user