Searched refs:excluded_resource_files (Results 1 – 1 of 1) sorted by relevance
56 def get_all_resources(resDir, excluded_resource_files=[]): argument57 excluded_resource_files = [os.path.abspath(file) for file in excluded_resource_files]67 if file.endswith('.xml') and filePath not in excluded_resource_files:77 if file.endswith('.xml') and filePath not in excluded_resource_files: