We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c45329f + b585083 commit a3a6756Copy full SHA for a3a6756
wfdb/io/download.py
@@ -278,7 +278,7 @@ def get_record_list(db_dir, records='all'):
278
279
"""
280
# Full url PhysioNet database
281
- if os.sep not in db_dir:
+ if '/' not in db_dir:
282
db_url = posixpath.join(config.db_index_url, db_dir, record.get_version(db_dir))
283
else:
284
db_url = posixpath.join(config.db_index_url, db_dir)
0 commit comments