Searched refs:save_file (Results 1 – 1 of 1) sorted by relevance
648 def save_md5(filenames, save_file): argument655 if os.path.isfile(save_file):656 os.remove(save_file)662 with open(save_file, 'w+') as _file: