new-updates-sync: convert tab to space
This commit is contained in:
parent
0c94490c57
commit
fdb02f3e82
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ def sync_single_release(release):
|
|||
|
||||
for ostree in RELEASES[release]['repos'][repo].get('ostrees', []):
|
||||
pairs = []
|
||||
for arch in ostree.get('arches', ['']):
|
||||
for arch in ostree.get('arches', ['']):
|
||||
dest = ostree['dest'] % {'arch': arch}
|
||||
ref = ostree['ref'] % {'arch': arch}
|
||||
pairs.append((dest, ref))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue