From d5c14fe5631b11a0a1fa6f956b4969963f6e9233 Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Fri, 26 May 2023 10:03:06 +0200 Subject: [PATCH] fix style --- mpsd-software-environment.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mpsd-software-environment.py b/mpsd-software-environment.py index 2dbce8c..54803f6 100755 --- a/mpsd-software-environment.py +++ b/mpsd-software-environment.py @@ -385,15 +385,15 @@ def main(): help="Release version to prepare, install, reinstall or remove", ) if cmd in ["install", "reinstall", "remove"]: - # "install" command needs additional documentation + # "install" command needs additional documentation tool_chain_help = ( - f"Pass a list of toolchains to command {cmd}. " - "Use '--toolchains ALL' to " - f"{cmd} all toolchains. If '--toolchain' is not " - "specified, list available toolchains for the release " - "(after environment has been prepared if not done yet)." - ) - + f"Pass a list of toolchains to command {cmd}. " + "Use '--toolchains ALL' to " + f"{cmd} all toolchains. If '--toolchain' is not " + "specified, list available toolchains for the release " + "(after environment has been prepared if not done yet)." + ) + subp.add_argument( "--toolchains", # first option defines attribute # name `args.toolchains` in `args = parser_args()` -- GitLab