Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Aug 13, 2022
1 parent 618f6f7 commit 66b2163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matminer/datasets/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _validate_dataset(data_path, url=None, file_hash=None, download_if_missing=T
if not download_if_missing:
raise OSError("Data not found and download_if_missing set to False")
elif url is None:
raise ValueError("To download an external dataset, the url " "metadata must be provided")
raise ValueError("To download an external dataset, the url metadata must be provided")

# Ensure storage location exists
data_home = os.path.dirname(data_path)
Expand Down

0 comments on commit 66b2163

Please sign in to comment.