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
paramiko.AutoAddPolicy() is used but it's not safe.
Plugins should have an action() method that returns either str or None, but it's not enforced and type-checked at runtime.
The way putting plugins in lists as parameters is just not intuitive, and users need to go through the documentations to know that the sequence matters. Putting the next invoked plugin into the parameters might be a solution.
The text was updated successfully, but these errors were encountered:
paramiko.AutoAddPolicy()
is used but it's not safe.action()
method that returns eitherstr
orNone
, but it's not enforced and type-checked at runtime.The text was updated successfully, but these errors were encountered: