Fix a typo in delete job api

action should be  replaced by job

Change-Id: I94d0199cde604855d844e7ba0da3cb6dae4882c3
This commit is contained in:
gecong1973 2018-10-28 18:05:27 -07:00
parent 8ab9ccd2ad
commit 48ea1e4e60
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ def delete_job(user_id, job_id, project_id):
message='mysql operation failed {0}'.format(e))
LOG.info('Job delete, job_id: {0} deleted'.format(job_id))
else:
LOG.info('Action delete, job_id: {0} not found'.
LOG.info('Job delete, job_id: {0} not found'.
format(job_id))
session.close()
return job_id