fix entry path

This commit is contained in:
Tomas Kopecek 2017-06-06 16:01:17 +02:00
parent 37bcef025c
commit c15c553048
4 changed files with 90 additions and 44 deletions

View file

@ -259,7 +259,6 @@ def display_task_results(tasks):
print('%s has not completed' % task_label)
def watch_tasks(session, tasklist, quiet=False, poll_interval=60):
global options
if not tasklist:
return
if not quiet:
@ -467,7 +466,6 @@ def has_krb_creds():
def activate_session(session, options):
"""Test and login the session is applicable"""
global options
if options.authtype == "noauth" or options.noauth:
#skip authentication
pass