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
It's difficult to justify calling this a bug, but it is an unexpected behavior that I'd like to understand better. When passing a string into the run_snapshots method of the CheckFirewall class object, I'm presented with an error claiming that run_snapshots is a missing attribute of the CheckFirewall object
I honestly don't know if this is that big of a deal, as we're talking about an incorrectly passed argument, but you'd expect a more helpful error type to cover situations like this. I'm not sure what's the best way to solve this.
Describe the bug
It's difficult to justify calling this a bug, but it is an unexpected behavior that I'd like to understand better. When passing a string into the
run_snapshots
method of the CheckFirewall class object, I'm presented with an error claiming thatrun_snapshots
is a missing attribute of the CheckFirewall objectExpected behavior
Current behavior
Possible solution
I honestly don't know if this is that big of a deal, as we're talking about an incorrectly passed argument, but you'd expect a more helpful error type to cover situations like this. I'm not sure what's the best way to solve this.
Steps to reproduce
Screenshots
Context
Made troubleshooting just a few minutes longer than otherwise.
Your Environment
The text was updated successfully, but these errors were encountered: