Remove more tabs incidents.

This commit is contained in:
Joshua Harlow
2013-05-30 10:29:49 -07:00
parent ec3a0adeb4
commit c990237014

View File

@@ -87,7 +87,7 @@ def job_get_logbook(context, job_id):
return IMPL.job_get_logbook(context, job_id)
def job_create(context, job_name, job_id=None):
return IMPL.job_create(context, job_name, job_id)
return IMPL.job_create(context, job_name, job_id)
def job_destroy(context, job_id):
return IMPL.job_destroy(context, job_id)