##// END OF EJS Templates
spelling: existence
timeless@gmail.com -
r5799:a55eede7 default
parent child Browse files
Show More
@@ -45,7 +45,7 b' class TestRepoGroups(TestControllerPytes'
45
45
46 def __check_path(self, *path):
46 def __check_path(self, *path):
47 """
47 """
48 Checks the path for existance !
48 Checks the path for existence !
49 """
49 """
50 path = [TESTS_TMP_PATH] + list(path)
50 path = [TESTS_TMP_PATH] + list(path)
51 path = os.path.join(*path)
51 path = os.path.join(*path)
General Comments 0
You need to be logged in to leave comments. Login now