Learn more about these different git repos.
Other Git URLs
28ba9f4
@@ -3021,7 +3021,7 @@
:returns: dict (id, state, create_event, creation_time, tag_id, tag_name,
dist)
"""
- repo_id = convert_value(repo_id, cast=int)
+ repo_id = convert_value(repo_id, cast=int, none_allowed=True)
clauses = [['id', '=', repo_id]]
return repos.RepoQuery(clauses, fields='**').executeOne(strict=strict)
Fixes https://pagure.io/koji/issue/4193
Commit 9ae1c89 fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes https://pagure.io/koji/issue/4193