Lines Matching refs:format
83 if os.path.isfile("{}.json".format(file)):
84 os.makedirs(os.path.dirname("{}.json".format(dest)), exist_ok=True)
85 shutil.copyfile("{}.json".format(file), "{}.json".format(dest))
113 output_file, '/{}'.format(
120 json_filename = '{}.json'.format(filename)
128 write_file(output_file, "Software: {}".format(software_name))
129 write_file(output_file, "Path: {}".format(notice_source_path))
172 .format(file_key, get_entity(temp_file_hd.read())))
186 notice_file = '{}.txt'.format(zip_file[:-4])
232 zipfiles = glob.glob('{}/**/*.zip'.format(notice_dir), recursive=True)
234 txt_files = glob.glob('{}/**/*.txt'.format(notice_dir), recursive=True)
235 txt_files += glob.glob('{}/**/*.txt.?'.format(notice_dir), recursive=True)