enforce E501 in pmb/config (MR 2058)

This commit is contained in:
Caio Fontes 2021-05-19 16:24:52 -03:00 committed by Oliver Smith
parent fb98ad5329
commit f3b3fe906b
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 43 additions and 25 deletions

View file

@ -6,7 +6,8 @@ import pmb.config
def merge_with_args(args):
"""
We have the internal config (pmb/config/__init__.py) and the user config
(usually ~/.config/pmbootstrap.cfg, can be changed with the '-c' parameter).
(usually ~/.config/pmbootstrap.cfg, can be changed with the '-c'
parameter).
Args holds the variables parsed from the commandline (e.g. -j fills out
args.jobs), and values specified on the commandline count the most.