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
Searching for a string which starts with "or" causes pynipap to throw an exception:
$ ./nipap a l orasdf
Searching for prefixes in any VRF...
Traceback (most recent call last):
File "*snip*./nipap", line 165, in <module>
cmd.exe(cmd.arg, cmd.exe_options, args)
File "*snip*/NIPAP/nipap-cli/nipap_cli/nipap_cli.py", line 594, in list_prefix
res = Prefix.smart_search(search_string, { 'parents_depth': -1,
File "*snip*/NIPAP/nipap-cli/tracing.py", line 77, in decorated
return f(*args, **kwargs)
File "*snip*/NIPAP/nipap-cli/pynipap.py", line 1128, in smart_search
result['interpretation'] = smart_result['interpretation']
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Searching for a string which starts with "or" causes pynipap to throw an exception:
The text was updated successfully, but these errors were encountered: