Fix typo.

main
Vincent Driessen 12 years ago
parent 2fb6e5ca1a
commit 73b7453e40

@ -90,7 +90,7 @@ class Queue(object):
@property
def job_ids(self):
"""Returns a list of all job IDS in the queue."""
return self.get_jobs_ids()
return self.get_job_ids()
@property
def jobs(self):

Loading…
Cancel
Save