From 9a4bbeead5223a008324cff4ad386370734ee1df Mon Sep 17 00:00:00 2001 From: dvanaken Date: Fri, 8 Nov 2019 10:01:21 -0500 Subject: [PATCH] ...formatting --- client/driver/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/driver/utils.py b/client/driver/utils.py index 584e9f9..47750fe 100644 --- a/client/driver/utils.py +++ b/client/driver/utils.py @@ -67,8 +67,7 @@ def run(cmd, **kwargs): cmdd = cmd[:-1].strip() opts = '-d ' res = local('docker exec {} -ti {} /bin/bash -c "{}"'.format( - opts, dconf.CONTAINER_NAME, cmdd), - capture=True, **kwargs) + opts, dconf.CONTAINER_NAME, cmdd), capture=True, **kwargs) except TypeError as e: err = str(e).strip() if 'unexpected keyword argument' in err: