From b44b6bd4d4e2c39d545e6314b5019c59755fcaa0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 10 Jun 2024 10:06:25 +0200 Subject: [PATCH] lint deb --- rwx/deb/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)