Skip to content

Commit

Permalink
Merge pull request #300 from fedora-infra/rels
Browse files Browse the repository at this point in the history
Fix logging error while indexing
  • Loading branch information
gridhead authored Sep 4, 2024
2 parents 2bc3aed + 6dfd78d commit 18fa9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdapi/database/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def index_repositories():
elif rels == "rawhide":
versdata = "rawhide"
urlx = f"{standard.DL_SERVER}/pub/fedora/linux/development/{versdata}/Everything/x86_64/os/repodata/" # noqa : E501
servlogr.logrobjc.info(f"Acquired repo for {rels['koji_name']}/{versdata} of '{rels['status']}' branch at {urlx}") # noqa : E501
servlogr.logrobjc.info(f"Acquired repo for {rels}/{versdata} branch at {urlx}") # noqa : E501
repolist.append((urlx, rels))
urlx = urlx.replace("/x86_64/os/", "/source/tree/")
repolist.append((urlx, f"src_{rels}"))
Expand Down

0 comments on commit 18fa9c7

Please sign in to comment.