Merge "Fix a typo in delete job api"

This commit is contained in:
Zuul 2018-10-29 03:02:48 +00:00 committed by Gerrit Code Review
commit d0ab6776f2
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