예제 #1
0
 def _openFile(self):
     self.fix_path()
     DailyLogFile._openFile(self)
예제 #2
0
 def _openFile(self):
     self.path = os.path.join(self.directory, self.name) + "." + datetime.now().strftime('%Y_%m_%d')
     DailyLogFile._openFile(self)