new-updates-sync: Fixing py syntax

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2021-06-30 12:28:35 -04:00
parent 049412ee15
commit 56c2eb366c

View file

@ -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))