forked from Mirror/pmbootstrap
enforce E501 in test/ (MR 2058)
This commit is contained in:
parent
f3b3fe906b
commit
27746db188
8 changed files with 51 additions and 36 deletions
|
@ -23,8 +23,8 @@ def args(tmpdir, request):
|
|||
|
||||
|
||||
def change_config(monkeypatch, path_config, key, value):
|
||||
args = args_patched(monkeypatch, ["pmbootstrap.py", "-c", path_config, "config",
|
||||
key, value])
|
||||
args = args_patched(monkeypatch, ["pmbootstrap.py", "-c", path_config,
|
||||
"config", key, value])
|
||||
pmb.helpers.frontend.config(args)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue