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,),
|
||||
(mirror_location,),
|
||||
]
|
||||
completed_process = ps.run(command)
|
||||
return completed_process
|
||||
return ps.run(command)
|
||||
|
|
Loading…
Reference in a new issue