Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix style
  • Loading branch information
lbugnon committed Oct 1, 2021
commit ab3f0887bdac18b7d2dba73bd02490a4b7271c72
2 changes: 1 addition & 1 deletion wfdb/io/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def get_record_list(db_dir, records='all'):

"""
# Full url PhysioNet database
if "/" not in db_dir:
if '/' not in db_dir:
db_url = posixpath.join(config.db_index_url, db_dir, record.get_version(db_dir))
else:
db_url = posixpath.join(config.db_index_url, db_dir)
Expand Down