Actually fix eos_facts feature detection (#43155)

This commit is contained in:
Nathaniel Case
2018-07-23 14:51:44 -04:00
committed by GitHub
parent 1d5f881f5c
commit 8a0967554f
3 changed files with 4 additions and 3 deletions

View File

@@ -239,7 +239,7 @@ class Eapi:
return response
def run_commands(self, commands):
def run_commands(self, commands, check_rc=True):
"""Runs list of commands on remote device and returns results
"""
output = None