lint deb
This commit is contained in:
parent
fc3e191dc1
commit
b44b6bd4d4
1 changed files with 1 additions and 2 deletions
|
@ -16,5 +16,4 @@ def bootstrap(root_path: str, suite: str, mirror_location: str):
|
||||||
(root_path,),
|
(root_path,),
|
||||||
(mirror_location,),
|
(mirror_location,),
|
||||||
]
|
]
|
||||||
completed_process = ps.run(command)
|
return ps.run(command)
|
||||||
return completed_process
|
|
||||||
|
|
Loading…
Reference in a new issue