Minor changes

This commit is contained in:
Loïc Guégan 2023-11-21 10:03:07 +01:00
parent bdbb257030
commit 51f6897ef8

View file

@ -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):