add copy function thanks to neil
This commit is contained in:
parent
8822fe2657
commit
55870075ac
@ -383,7 +383,7 @@ class RepoSync:
|
||||
for r in repos_to_sync:
|
||||
entry_name_list = []
|
||||
repo_name = r
|
||||
arch_sync = arches_to_sync
|
||||
arch_sync = arches_to_sync.copy()
|
||||
|
||||
if r in self.repo_renames:
|
||||
repo_name = self.repo_renames[r]
|
||||
|
Loading…
Reference in New Issue
Block a user