jibo78
Results
1
issues of
jibo78
## There is a regex mistake for hvrp's unicon patterns.py file **Path:** myvenv/lib/python3.8/site-packages/unicon/plugins/hvrp/patterns.py **$** character is missing at the end of the regex self.config_prompt ``` self.config_prompt = r'^\[.*\]' ``` ##...