order
This commit is contained in:
@@ -78,14 +78,14 @@ class FileHandler:
|
||||
os.makedirs(dname, exist_ok=True)
|
||||
self.file = open(fname, "a")
|
||||
|
||||
def flush(self):
|
||||
if self.file:
|
||||
self.file.flush()
|
||||
|
||||
def close(self):
|
||||
if self.file:
|
||||
self.file.close()
|
||||
|
||||
def flush(self):
|
||||
if self.file:
|
||||
self.file.flush()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user