Searched refs:path_to_exclude (Results 1 – 1 of 1) sorted by relevance
17 def createLocalManifest(manifest_path, local_manifest_path, path_to_exclude): argument24 project_path.startswith(path_to_exclude)) or26 project_name.startswith(path_to_exclude)))49 path_to_exclude = sys.argv[2]61 print 'Path to exclude: %s' % path_to_exclude63 createLocalManifest(manifest_path, local_manifest_path, path_to_exclude)