Exemple #1
0
 def cleanLogFiles(self):
     globexpr = "%s/*.txt" % get_log_download_path()
     remove_old_files(globexpr, LOG_DOWNLOAD_TIMEOUT)
Exemple #2
0
 def cleanLogFiles(self):
     globexpr = "%s/*.txt" % get_log_download_path()
     remove_old_files(globexpr, LOG_DOWNLOAD_TIMEOUT)
Exemple #3
0
 def clean_log_files(self):
     globexpr = f'{get_log_download_path()}/*.txt'
     remove_old_files(globexpr, LOG_DOWNLOAD_TIMEOUT)