fix typo in assign-task command

This commit is contained in:
Mike McLean 2016-10-27 12:15:52 -04:00
parent f3a8d6e1dc
commit 3828b8a26f

View file

@ -599,7 +599,7 @@ def handle_assign_task(options, session, args):
if ret:
print 'assigned task %d to host %s' % (task_id, hostname)
else:
print 'failed to assign task %d to host %s' %s (task_id, hostname)
print 'failed to assign task %d to host %s' % (task_id, hostname)
def handle_add_host(options, session, args):