diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2020-09-21 15:35:56 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2020-09-21 15:35:56 +0300 |
| commit | 511942ba37661c28aa4ee2062eb6546fd50b3dfc (patch) | |
| tree | 8bdd06fdf9486af48fc88303bb80d37bba1392de /doc/developer/conf.py | |
| parent | 1f79037b72f0ec93153f9505a11bce9812429993 (diff) | |
lib: fix regcomp error processing
* use actual error code instead of "false"
* add missing new line
Before:
```
nfware# show interface | include (a]
% Regex compilation error: Success% Bad regexp '(a]'
% Unknown command: show interface | include (a]
```
After:
```
nfware# show interface | include (a]
% Regex compilation error: Unmatched ( or \(
% Bad regexp '(a]'
% Unknown command: show interface | include (a]
```
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'doc/developer/conf.py')
0 files changed, 0 insertions, 0 deletions
