Skip to content

Commit adb5eb8

Browse files
committed
Fix trailing spaces in read_rebuilderd_status
1 parent e2466a3 commit adb5eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devel/management/commands/read_rebuilderd_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def import_rebuilderd_status(url):
8484
req = requests.get(url)
8585
data = req.json()
8686

87-
# Lookup
87+
# Lookup dictionary to reduce SQL queries.
8888
arches = {arch.name: arch for arch in Arch.objects.all()}
8989
repos = {repo.name.lower(): repo for repo in Repo.objects.all()}
9090

0 commit comments

Comments
 (0)