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
raiseException('Unable to parse command "%s" on platform %s - %s'% (command, platform, str(e)))
Currently parse_output raises a generic Exception; this needs to be changed to a custom exception that can be properly caught by users of the function.
The text was updated successfully, but these errors were encountered:
ntc-templates/ntc_templates/parse.py
Line 38 in 923f9af
Currently
parse_output
raises a genericException
; this needs to be changed to a custom exception that can be properly caught by users of the function.The text was updated successfully, but these errors were encountered: