mirror of
https://gitlab.com/manzerbredes/clusterman.git
synced 2025-04-06 03:56:27 +02:00
Minor changes
This commit is contained in:
parent
7e267d1bcc
commit
be63ecd7dc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import os
|
import subprocess
|
||||||
from clusterman.config import CONF
|
from clusterman.config import CONF
|
||||||
|
|
||||||
|
|
||||||
def execute(name,args):
|
def execute(name,args):
|
||||||
executable=CONF["plugins"][name]
|
executable=CONF["plugins"][name]
|
||||||
os.system(executable+" "+" ".join(args))
|
subprocess.run(executable.split(" ")+args)
|
||||||
|
|
Loading…
Add table
Reference in a new issue