Skip to content
Snippets Groups Projects
Commit c658b660 authored by Antoine Millet's avatar Antoine Millet
Browse files

Changed error message to be coherent with cli.

parent 06a5d6c0
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ class JobsManager(object):
job = self._jobs.get(jobid)
if job is None:
raise UnknownJobError('Jobid %r is unknown' % jobid)
raise UnknownJobError('Invalid job id: %r' % jobid)
else:
job.cancel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment