Skip to content

Commit

Permalink
Fix for issue #1354
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Feb 5, 2025
1 parent eb37f93 commit 7ca6095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jnpr/junos/factory/optable.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def get(self, *vargs, **kvargs):
logger.debug("Not able to create SAX parser input due to " "'%s'" % ex)
self.D.transform = lambda: remove_namespaces_and_spaces

self.D.transform = lambda: remove_namespaces_and_spaces
rpc_args.update(self.GET_ARGS) # copy default args
# saltstack get_table pass args as named keyword
if "args" in kvargs and isinstance(kvargs["args"], dict):
Expand Down

0 comments on commit 7ca6095

Please sign in to comment.