Исправление коммита
master 3.7.2.71
root 1 year ago
parent a5b4e5fcc7
commit 4426fbee48

@ -688,8 +688,8 @@ class VariableClUpdateOtherGitExists(Variable):
def get(self):
repos = self.Get(self.repos_path)
for repo in listDirectory(repos):
if not os.path.exists(os.path.join(repos, os.path.join(repo, '.git'))):
for rep in listDirectory(repos):
if not os.path.exists(os.path.join(repos, os.path.join(rep, '.git'))):
return False
return True
Loading…
Cancel
Save