summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-11-21 10:03:07 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-11-21 10:03:07 +0100
commit51f6897ef82098e68a37c2f931c870e2a9c8a974 (patch)
treee219b3cd38238c1e561fd1a5be18d97771378af0
parentbdbb2570305f5ac168f1721112c7b9731559c49a (diff)
Minor changes
-rwxr-xr-xclusterman/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clusterman/utils.py b/clusterman/utils.py
index b68e0a6..0901c01 100755
--- a/clusterman/utils.py
+++ b/clusterman/utils.py
@@ -1,4 +1,4 @@
-import subprocess, os, json, re
+import subprocess, os, json, re, sys
from clusterman.config import CONF
def ssh_exec(host,command,use_key=True):