Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed the keyword extranet as used in genieparser #137

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

Taarini
Copy link
Contributor

@Taarini Taarini commented Oct 6, 2023

To fix the error below,

Traceback (most recent call last):
  File "/usr/lib/python3.8/code.py", line 90, in runcode
    exec(code, self.locals)
  File "<console>", line 1, in <module>
  File "src/genie/conf/base/device.py", line 632, in genie.conf.base.device.Device.learn
  File "/home/jenkins/.local/lib/python3.8/site-packages/genie/libs/ops/lisp/iosxe/lisp.py", line 69, in learn
    self.make() ; self.make()
  File "/home/jenkins/.local/lib/python3.8/site-packages/genie/ops/base/base.py", line 103, in make
    self.maker.make(*args, **kwargs)
  File "src/genie/ops/base/maker.py", line 315, in genie.ops.base.maker.Maker.make
  File "src/genie/ops/base/maker.py", line 427, in genie.ops.base.maker.Maker._call_parser
  File "src/genie/metaparser/_metaparser.py", line 308, in genie.metaparser._metaparser.MetaParser.parse
TypeError: cli() got an unexpected keyword argument 'extranet'

@Taarini Taarini requested a review from bastell October 6, 2023 19:21
@Taarini Taarini requested a review from a team as a code owner October 6, 2023 19:21
@Taarini Taarini merged commit 33570f9 into master Oct 10, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants