Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π FIX: listdir method with pattern for SSH (#5252)
The `listdir` method of the SSH transport plugin was using `glob.glob` instead of `self.glob` when a pattern was specified. This is wrong because it's listing files locally and not on the remote. The tests passed because they are running on localhost. Also, this method is probably never called by AiiDA so it went unnoticed.
- Loading branch information