Remove reference to undefined variable

Signed-off-by: James Ren <[email protected]>

--- autotest/frontend/planner/rpc_utils.py      2010-04-16 10:51:22.000000000 
-0700
+++ autotest/frontend/planner/rpc_utils.py      2010-04-16 10:51:22.000000000 
-0700
@@ -51,8 +51,7 @@
                'run_verify': False,
                'reboot_before': False,
                'reboot_after': False,
-               'dependencies': (),
-               'keyvals': keyvals}
+               'dependencies': ()}
     job = afe_models.Job.create(owner=afe_models.User.current_user().login,
                                 options=options, hosts=())
     job.queue(hosts=())
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to