mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-09 21:59:58 +08:00
No need set initial value to tag and dependencies in wait handler
Both tag and dependencies are set directly by calling private method _get_deps_and_tag. There is no need to set initial value for them separately. Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
@@ -206,9 +206,6 @@ def wait(config, session, msg):
|
||||
# This is ok.. it's a race condition we can ignore.
|
||||
pass
|
||||
|
||||
tag = None
|
||||
dependencies = []
|
||||
|
||||
resolver = module_build_service.resolver.system_resolver
|
||||
|
||||
@module_build_service.utils.retry(
|
||||
|
||||
Reference in New Issue
Block a user