warning message improved (#42969)

pull/42967/merge
saichint 6 years ago committed by Trishna Guha
parent 70564ffd89
commit bea8e0200c

@ -198,7 +198,7 @@ class FactsBase(object):
try: try:
return resp[0] return resp[0]
except IndexError: except IndexError:
self.warnings.append('command %s failed, facts will not be populated' % command_string) self.warnings.append('command %s failed, facts for this command will not be populated' % command_string)
return None return None
def transform_dict(self, data, keymap): def transform_dict(self, data, keymap):

Loading…
Cancel
Save