From a7939bec7ba89c39bd55471ae33103db9d435c6c Mon Sep 17 00:00:00 2001 From: "AVM.Martin" Date: Tue, 26 Nov 2024 19:20:59 +0700 Subject: [PATCH] style: join arguments --- test/test_clone.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_clone.py b/test/test_clone.py index 30beafb..266ebcc 100644 --- a/test/test_clone.py +++ b/test/test_clone.py @@ -343,8 +343,7 @@ def test_clone_subdirectory(runner, paths, yadm_cmd, repo_config): remote_url = f"file://{paths.remote}" # run the clone command - args = ["clone", "-w", paths.work] - args += [remote_url] + args = ["clone", "-w", paths.work, remote_url] run = runner(command=yadm_cmd(*args), cwd=subdir) # clone should succeed, and repo should be configured properly