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
Transport: unify the behavior of core.ssh_async::glob with core.ssh::glob (#6950)
This commit suggest two changes in core.ssh_async interface:
- Catch and raise a better error message if the connection fails to open
- Globing of a non-existing path or an unmatched pattern will not raise anymore, instead it will just returns an empty list. This is to respect the same convention of core.ssh behavior
0 commit comments