Skip to content
Snippets Groups Projects
Commit 24512344 authored by Seblu's avatar Seblu
Browse files

fix jobs using old index args

parent eb535322
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class Command_jobs(TqlCommand):
_status=False,
show_done=self.options.done,
show_running=self.options.running)
self.print_objects(objs, index=self.options.index)
self.print_objects(objs)
def remote_functions(self):
return set(("jobs",))
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