You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing save_as i ran into an error instead of writing the config into the new file.
I was also able to fix this manually by changing ciscoconfparse2/ciscoconfparse2.py line 3548 to for line in self.objs.as_text though i am not sure that this is the intended way.
btw. this tool saved me a ton of python-programming and therefore time while rearranging configuration-files. Thanks a lot!
CiscoConfParse Version
0.7.43
What Operating System are you using?
MacOS
What Python version(s) have this problem?
Python 3.9
Show us how to reproduce the problem. Please tell us if the problem is specific to certain inputs or situations.
Contact Details
No response
What happened?
When executing save_as i ran into an error instead of writing the config into the new file.
I was also able to fix this manually by changing
ciscoconfparse2/ciscoconfparse2.py
line 3548 tofor line in self.objs.as_text
though i am not sure that this is the intended way.btw. this tool saved me a ton of python-programming and therefore time while rearranging configuration-files. Thanks a lot!
CiscoConfParse Version
0.7.43
What Operating System are you using?
MacOS
What Python version(s) have this problem?
Python 3.9
Show us how to reproduce the problem. Please tell us if the problem is specific to certain inputs or situations.
Python tracebacks
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: