Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danpol committed Nov 30, 2018
1 parent 0b3c5f3 commit e8349b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/split_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main(config):
dataset_path = os.path.join(config.output_dir, 'dataset.csv')
download_url = 'https://media.githubusercontent.com/media/molecularsets/moses/master/data/dataset.csv'
if not os.path.exists(dataset_path):
raise ValueError("Missing dataset.csv. Please, use 'git lfs pull' or download it manualy from " + download_url)
raise ValueError("Missing dataset.csv. Please, use 'git lfs pull' or download it manually from " + download_url)

if config.no_subset:
return
Expand Down

0 comments on commit e8349b2

Please sign in to comment.