Skip to content
Snippets Groups Projects
Commit c197ec1f authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix typo

parent d82fccc5
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ class QpsWorkerJob: ...@@ -67,7 +67,7 @@ class QpsWorkerJob:
self._job = None self._job = None
def start(self): def start(self):
self._job = jobset.Job(spec, newline_on_success=True, travis=True, add_env={}) self._job = jobset.Job(self._spec, newline_on_success=True, travis=True, add_env={})
def is_running(self): def is_running(self):
"""Polls a job and returns True if given job is still running.""" """Polls a job and returns True if given job is still running."""
......
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