typo
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 11 Mar 2016 10:58:04 +0000 (11:58 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 11 Mar 2016 11:00:14 +0000 (12:00 +0100)
nepi/execution/ec.py

index f60f96c..a4b939b 100644 (file)
@@ -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)