From a008428903be21b14681bd1b999fd3cd354f1a8a Mon Sep 17 00:00:00 2001 From: dvanaken Date: Fri, 8 Nov 2019 09:14:44 -0500 Subject: [PATCH] formatting --- client/driver/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/driver/utils.py b/client/driver/utils.py index 2eabfb5..584e9f9 100644 --- a/client/driver/utils.py +++ b/client/driver/utils.py @@ -67,8 +67,8 @@ 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: