##// END OF EJS Templates
simplevcs: fix a typo when running detection of vcs backend....
marcink -
r1125:ee691b6f default
parent child Browse files
Show More
@@ -222,7 +222,7 b' class SimpleVCS(object):'
222 repo_name, db_repo.repo_type, scm_type)
222 repo_name, db_repo.repo_type, scm_type)
223 return False
223 return False
224
224
225 return is_valid_repo(repo_name, base_path, expect_scm=scm_type)
225 return is_valid_repo(repo_name, base_path, explicit_scm=scm_type)
226
226
227 def valid_and_active_user(self, user):
227 def valid_and_active_user(self, user):
228 """
228 """
General Comments 0
You need to be logged in to leave comments. Login now