diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-21 10:03:07 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-21 10:03:07 +0100 |
| commit | 51f6897ef82098e68a37c2f931c870e2a9c8a974 (patch) | |
| tree | e219b3cd38238c1e561fd1a5be18d97771378af0 | |
| parent | bdbb2570305f5ac168f1721112c7b9731559c49a (diff) | |
Minor changes
| -rwxr-xr-x | clusterman/utils.py | 2 |
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): |
