From 4acd716827ff93db92bea847964a6257d7f770e9 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Fri, 6 Sep 2013 16:05:37 +1000 Subject: [PATCH] fix typos --- etc/turbo-hipster/config.json | 2 +- turbo_hipster/worker_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/turbo-hipster/config.json b/etc/turbo-hipster/config.json index ca43fe9..b3307f3 100644 --- a/etc/turbo-hipster/config.json +++ b/etc/turbo-hipster/config.json @@ -12,7 +12,7 @@ { "name": "gate_real_db_upgrade", "datasets_dir": "/var/lib/turbo-hipster/datasets", - "gate": "build:gate-real-db-upgrade_nova_mysql", + "gate": "build:gate-real-db-upgrade_nova_mysql" } ], "publish_logs": { diff --git a/turbo_hipster/worker_server.py b/turbo_hipster/worker_server.py index 325c4ac..2645a2d 100755 --- a/turbo_hipster/worker_server.py +++ b/turbo_hipster/worker_server.py @@ -71,7 +71,7 @@ class Server(object): 'module': __import__('turbo_hipster.task_plugins.' + plugin['name'], fromlist='turbo_hipster.task_plugins'), - 'plugin_config': self.plugin + 'plugin_config': plugin }) def run_tasks(self):