mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-26 19:51:49 +08:00
Use real 'components' arg instead of **kwargs.
This commit is contained in:
@@ -92,7 +92,7 @@ class TestModuleBuilder(GenericBuilder):
|
||||
on_tag_artifacts_cb = None
|
||||
|
||||
@module_build_service.utils.validate_koji_tag('tag_name')
|
||||
def __init__(self, owner, module, config, tag_name, **kwargs):
|
||||
def __init__(self, owner, module, config, tag_name, components):
|
||||
self.module_str = module
|
||||
self.tag_name = tag_name
|
||||
self.config = config
|
||||
|
||||
Reference in New Issue
Block a user