File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def getoper(self, path):
157157 for response in responses :
158158 objects += response .yangjson
159159 err += response .errors
160- return objects
160+ return err , objects
161161
162162 def cliconfig (self , cli ):
163163 """Post of CLI config commands in text
@@ -198,7 +198,7 @@ def showcmdtextoutput(self, cli):
198198 for response in responses :
199199 objects += response .output
200200 err += response .errors
201- return objects
201+ return err , objects
202202
203203 def showcmdjsonoutput (self , cli ):
204204 """ Get of CLI show commands in json
@@ -214,4 +214,4 @@ def showcmdjsonoutput(self, cli):
214214 for response in responses :
215215 objects += response .jsonoutput
216216 err += response .errors
217- return objects
217+ return err , objects
You can’t perform that action at this time.
0 commit comments