fix typos
This commit is contained in:
parent
a85e7ddfcd
commit
4acd716827
@ -12,7 +12,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gate_real_db_upgrade",
|
"name": "gate_real_db_upgrade",
|
||||||
"datasets_dir": "/var/lib/turbo-hipster/datasets",
|
"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": {
|
"publish_logs": {
|
||||||
|
@ -71,7 +71,7 @@ class Server(object):
|
|||||||
'module': __import__('turbo_hipster.task_plugins.' +
|
'module': __import__('turbo_hipster.task_plugins.' +
|
||||||
plugin['name'],
|
plugin['name'],
|
||||||
fromlist='turbo_hipster.task_plugins'),
|
fromlist='turbo_hipster.task_plugins'),
|
||||||
'plugin_config': self.plugin
|
'plugin_config': plugin
|
||||||
})
|
})
|
||||||
|
|
||||||
def run_tasks(self):
|
def run_tasks(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user