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
On LXD and KVM, it raises a RuntimeError (because rcs=(0,), the default, in the subp call it uses) whereas on other platforms it will raise whatever paramiko's SFTP implementation raises for a missing file.
On LXD and KVM, it raises a
RuntimeError(becausercs=(0,), the default, in thesubpcall it uses) whereas on other platforms it will raise whateverparamiko's SFTP implementation raises for a missing file.