new-updates-sync: Fixing py syntax
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
049412ee15
commit
56c2eb366c
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ def sync_single_repo(release, repo):
|
|||
for arch in archdef['arches']:
|
||||
if 'source' in arch:
|
||||
dest_path = os.path.join(archdef['dest'], arch, 'tree')
|
||||
else
|
||||
else:
|
||||
dest_path = os.path.join(archdef['dest'], arch)
|
||||
results.append(sync_single_repo_arch(release, repo, arch, dest_path))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue