Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork366
Commitd6d921e
fsspec path handling (#3343)
* fsspec path handlingProposed as fix for#3201. Some filesystems need the scheme as part of the path,while others don't. FsspecStore.from_url() throws an exception if the scheme isleft in the path, for any filesystem except http and https. However, the swift fsalso needs the scheme in the path. This commit removes the exception, rather thanadding more special cases.* fsspec path handling: remove test for scheme in path---------Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>1 parent61ca06b commitd6d921e
2 files changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 141 | | |
146 | 142 | | |
147 | 143 | | |
| |||
246 | 242 | | |
247 | 243 | | |
248 | 244 | | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | 245 | | |
256 | 246 | | |
257 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | 241 | | |
250 | 242 | | |
251 | 243 | | |
| |||
0 commit comments
Comments
(0)