mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 02:32:26 +08:00
Correct the docstrings for resolve_requires
This commit is contained in:
@@ -175,7 +175,7 @@ class DBResolver(GenericResolver):
|
||||
If there are some modules loaded by utils.load_local_builds(...), these
|
||||
local modules will be considered when resolving the requires. A RuntimeError
|
||||
is raised on DB lookup errors.
|
||||
:param requires: a dictionary with the module name as the key and the stream as the value
|
||||
:param requires: a list of N:S or N:S:V:C strings
|
||||
:return: a dictionary
|
||||
"""
|
||||
new_requires = {}
|
||||
|
||||
Reference in New Issue
Block a user