mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-07-17 11:30:19 +08:00
Avoid repeating default context with literal text
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
@@ -264,7 +264,7 @@ def import_mmd(session, mmd):
|
||||
log messages collected during import (list)
|
||||
:rtype: tuple
|
||||
"""
|
||||
mmd.set_context("00000000")
|
||||
mmd.set_context(models.DEFAULT_MODULE_CONTEXT)
|
||||
name = mmd.get_name()
|
||||
stream = mmd.get_stream()
|
||||
version = str(mmd.get_version())
|
||||
|
||||
Reference in New Issue
Block a user