diff --git a/rwx/deb/__init__.py b/rwx/deb/__init__.py index 7059e93..bfb8a2f 100644 --- a/rwx/deb/__init__.py +++ b/rwx/deb/__init__.py @@ -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)