From b42f6b8ab25cd27fc86b97948e4c33f78aeb2336 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Mon, 17 Jul 2023 17:39:49 +0200 Subject: [PATCH] lint --- planemo/galaxy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo/galaxy/config.py b/planemo/galaxy/config.py index 605367767..18df5f174 100644 --- a/planemo/galaxy/config.py +++ b/planemo/galaxy/config.py @@ -1232,7 +1232,7 @@ def _install_galaxy_via_download(ctx, galaxy_root, env, kwds): branch = _galaxy_branch(kwds) source = _galaxy_source(kwds) if source.startswith("https://github.com/"): - source = source[len("https://github.com/"):] + source = source[len("https://github.com/") :] untar_to( f"https://codeload.github.com/{source}/tar.gz/{branch}", tar_args=["--strip-components", "1", "-xvzf", "-", "galaxy-" + branch],