This commit is contained in:
soksanichenko 2022-11-09 21:27:51 +02:00
parent 9bb5550d36
commit 80c4536eaa
1 changed files with 1 additions and 0 deletions

View File

@ -869,6 +869,7 @@ class KojiMockWrapper(object):
lock = threading.Lock()
def __init__(self, compose):
self.compose = compose
try:
self.profile = self.compose.conf["koji_profile"]
except KeyError: