forked from sig_core/toolkit
add copy function thanks to neil
This commit is contained in:
parent
8822fe2657
commit
55870075ac
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue