1
0
Fork 0
mirror of synced 2024-12-03 22:25:36 -05:00

style: join arguments

This commit is contained in:
AVM.Martin 2024-11-26 19:20:59 +07:00
parent aba434274e
commit a7939bec7b
No known key found for this signature in database
GPG key ID: 25F846A221B3F159

View file

@ -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