mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
new-updates-sync: convert tab to space
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user