From 7dc671dd87b01e9bc34eb29416ff0dd2c8154b89 Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 3 May 2018 19:40:30 -0500 Subject: [PATCH] made whitespace changes. nothing is working. --- colove.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/colove.py b/colove.py index e7f645b..f9f0702 100644 --- a/colove.py +++ b/colove.py @@ -1,4 +1,5 @@ import subprocess +import pdb SCRIPTPATH = os.path.realpath(__file__) SCRIPTDIR = os.path.dirname(SCRIPTPATH) @@ -14,8 +15,8 @@ def dockerrun( '--tty', '--volume', f'{SCRIPTDIR}:{COLOVEDIR}:{colovevolperms}', '--hostname', hostname, - 'colove:latest' + 'colove:latest', subprocess.run(args) -if __name__ == '__main__': - dockerrun() +if __name__ == "__main__": + dockerrun() \ No newline at end of file