fix var name commas

This commit is contained in:
Louis Abel 2022-10-17 09:26:22 -07:00
parent 3d50223fe3
commit 816e4a69e9
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class RepoSync:
if self.repo is not None:
bad_repo_list = []
repo_list_if_commas = self.repo.split(',')
for repoitem in repo_list_if_commands:
for repoitem in repo_list_if_commas:
if repoitem not in self.repos:
bad_repo_list.append(repoitem)