Verified Commit 5e8e1d78 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

rblib: pep8-f



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 6d8111ce
......@@ -96,8 +96,9 @@ def create_main_navigation(suite=defaultsuite, arch=defaultarch,
displayed_page=None, suite_arch_nav_template=None,
ignore_experimental=False, no_suite=None,
no_arch=None):
suite_list, arch_list = _gen_suite_arch_nav_context(suite, arch,
suite_arch_nav_template, ignore_experimental, no_suite, no_arch)
suite_list, arch_list = _gen_suite_arch_nav_context(
suite, arch, suite_arch_nav_template,
ignore_experimental, no_suite, no_arch)
context = {
'suite': suite,
'arch': arch,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment