Mercurial > libervia-backend
diff libervia/cli/arg_tools.py @ 4270:0d7bb4df2343
Reformatted code base using black.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 19 Jun 2024 18:44:57 +0200 |
parents | 47401850dec6 |
children |
line wrap: on
line diff
--- a/libervia/cli/arg_tools.py Tue Jun 18 12:06:45 2024 +0200 +++ b/libervia/cli/arg_tools.py Wed Jun 19 18:44:57 2024 +0200 @@ -92,9 +92,7 @@ else: if verbose: host.disp( - _("arg {name}={value} (in USE)").format( - name=arg, value=escape(value) - ) + _("arg {name}={value} (in USE)").format(name=arg, value=escape(value)) ) if not action.option_strings: pos_args.append(value)