X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nepi%2Fexecution%2Fec.py;h=a4b939b6c07f79052ae57967d4bd7b14ee60027f;hb=056720c2381e94adee714ec03b83b45e63e6698b;hp=f60f96ce30cb067e2c2f10d1f1bb88fef7526fe7;hpb=ceb72a6a73c6bdcf7bcaaf3ae71f294e1250dd48;p=nepi.git diff --git a/nepi/execution/ec.py b/nepi/execution/ec.py index f60f96ce..a4b939b6 100644 --- a/nepi/execution/ec.py +++ b/nepi/execution/ec.py @@ -618,7 +618,7 @@ class ExperimentController(object): autoDeploy = True, connectedTo = node) ### instead of - app = ec.register_resource("linux::Application", + app = ec.register_resource("linux::Application") ec.set(app, "command", "systemctl start httpd") ec.deploy(app) ec.register_connection(app, node)