This commit is contained in:
Marc Beninca 2024-06-10 10:06:25 +02:00
parent fc3e191dc1
commit b44b6bd4d4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -16,5 +16,4 @@ def bootstrap(root_path: str, suite: str, mirror_location: str):
(root_path,),
(mirror_location,),
]
completed_process = ps.run(command)
return completed_process
return ps.run(command)