Do not login when getting final mmds

This commit is contained in:
Brendan Reilly
2020-06-23 14:09:52 -04:00
parent 90f406d53e
commit 169e5aa3b5

View File

@@ -845,7 +845,7 @@ class KojiContentGenerator(object):
def get_final_mmds(self):
# Returns dict of finalized mmds. Used to generate final modulemd files for scratch builds.
session = get_session(self.config)
session = get_session(self.config, login=False)
self._load_koji_tag(session)
finalmmds = {}