typo
[nepi.git] / 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)