mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-07-18 03:50:27 +08:00
pep8: don't surround '=' with spaces for keyword args
This commit is contained in:
@@ -613,8 +613,8 @@ def merge_included_mmd(mmd, included_mmd):
|
||||
else:
|
||||
mmd.xmd['mbs']['rpms'].update(included_mmd.xmd['mbs']['rpms'])
|
||||
|
||||
def record_component_builds(mmd, module, initial_batch = 1,
|
||||
previous_buildorder = None, main_mmd = None):
|
||||
def record_component_builds(mmd, module, initial_batch=1,
|
||||
previous_buildorder=None, main_mmd=None):
|
||||
import koji # Placed here to avoid py2/py3 conflicts...
|
||||
|
||||
# Format the modulemd by putting in defaults and replacing streams that
|
||||
|
||||
Reference in New Issue
Block a user