mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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.close()
|
||||
del self.file
|
||||
if hasattr(self, "closed"):
|
||||
del self.closed
|
||||
del self.mode
|
||||
del self.name
|
||||
del self.softspace
|
||||
#del self.encoding
|
||||
#del self.newlines
|
||||
self.closed = self.file.closed
|
||||
|
||||
def shouldRotate(self):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user