Searched refs:tar_info (Results 1 – 1 of 1) sorted by relevance
21 def filter_git(tar_info): argument22 if tar_info.name.startswith(os.path.join('data', '.git')):25 tar_info.uname = tar_info.gname = "test262"26 return tar_info