pmb, test: remove redundant commas (MR 2115)

This commit is contained in:
Newbyte 2021-09-26 17:50:11 +02:00
parent 4675def8e6
commit 2d23849aa3
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
23 changed files with 42 additions and 42 deletions

View file

@ -20,7 +20,7 @@ import pmb.helpers.git
...
2. Argparse merged with others
Variables from the user's config file (~/.config/pmbootstrap.cfg), that
Variables from the user's config file (~/.config/pmbootstrap.cfg) that
can be overridden from the command line (pmb/parse/arguments.py) and
fall back to the defaults defined in pmb/config/__init__.py (see
"defaults = {..."). The user's config file gets generated interactively