There was an error while loading. Please reload this page.
1 parent 79f7661 commit 807e00bCopy full SHA for 807e00b
1 file changed
sshfs/spec.py
@@ -137,6 +137,7 @@ def _decode_attributes(self, attributes):
137
138
@wrap_exceptions
139
async def _info(self, path, **kwargs):
140
+ path = self._strip_protocol(path)
141
async with self._pool.get() as channel:
142
attributes = await channel.stat(path)
143
0 commit comments