Add owner param to CoprModuleBuilder constructor

This commit is contained in:
Jakub Kadlčík
2016-10-21 02:22:59 +02:00
parent 69e4fca381
commit 070693baa3

View File

@@ -730,7 +730,7 @@ class CoprModuleBuilder(GenericBuilder):
backend = "copr"
def __init__(self, module, config, tag_name):
def __init__(self, owner, module, config, tag_name):
self.module_str = module
self.tag_name = tag_name