Fix the poll_interval access in handle_resubmit

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-07-14 20:48:42 +02:00 committed by Mike McLean
parent b511c6599f
commit 21523a57fd

View file

@ -797,7 +797,7 @@ def handle_resubmit(goptions, session, args):
else:
session.logout()
return watch_tasks(session, [newID], quiet=options.quiet,
poll_interval=options.poll_interval)
poll_interval=goptions.poll_interval)
def handle_call(goptions, session, args):