Make note of the **extra arguments.

This commit is contained in:
Ralph Bean
2016-07-20 14:48:32 -04:00
parent caaeb4c7bc
commit fb968077a9

View File

@@ -148,6 +148,9 @@ class Builder:
:param module : a module string e.g. 'testmodule-1.0'
:param backend: a string representing backend e.g. 'koji'
:param config: instance of rida.config.Config
Any additional arguments are optional extras which can be passed along
and are implementation-dependent.
"""
if backend == "koji":