Searched refs:in_path (Results 1 – 1 of 1) sorted by relevance
558 def get_full_path(in_path): argument559 print(in_path)563 temp = in_path564 if in_path.endswith('.xml'):565 path_comp = in_path.split('/')569 in_path = in_path.replace(filename, '')570 print(in_path)571 if in_path == '':573 in_path = os.getcwd()574 print(in_path)[all …]