#4192 allow None in repoInfo for backwards compat
Merged 7 months ago by tkopecek. Opened 7 months ago by mikem.
mikem/koji repoinfo-none  into  master

file modified
+1 -1
@@ -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)

  

Commit 9ae1c89 fixes this pull-request

Pull-Request has been merged by tkopecek

7 months ago
Metadata