Skip to content

Commit 6e2b455

Browse files
committed
use double slash for cloud protocol urls
1 parent 489dcc4 commit 6e2b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/io/record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158

159159
# Cloud protocols
160-
CLOUD_PROTOCOLS = ["az:", "azureml:", "s3:", "gs:"]
160+
CLOUD_PROTOCOLS = ["az://", "azureml://", "s3://", "gs://"]
161161

162162

163163
class BaseRecord(object):

0 commit comments

Comments
 (0)