mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-08 15:53:18 +08:00
Add owner param to CoprModuleBuilder constructor
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user