Skip to content

Commit

Permalink
corrected typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vhoulbreque committed Nov 13, 2018
1 parent caf4123 commit a15b2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions datafetcher
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ HELP_MESSAGE = """usage: datafetcher [get dataset-name] [delete dataset-name] [i
Fetches all kind of datasets, whatever the format. Without hussle, without hurdle.
Positional arguments:
get dataset-name Download and save the dataset files
get dataset-name Downloads and saves the dataset files
delete dataset-name Deletes the dataset files from the disk
info dataset-name Describes the dataset
update Updates datafetcher
list tag List all the datasets that have a certain tag
list tag Lists all the datasets that have a certain tag
"""

args = sys.argv[1:]
Expand Down
2 changes: 0 additions & 2 deletions fetcher/fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def get_dataset(dataset_config):
Returns:
None
"""

name = dataset_config["name"]
urls = dataset_config["urls"]
type = dataset_config["type"]
Expand All @@ -42,7 +41,6 @@ def delete_dataset(dataset_config):
Returns:
None
"""

name = dataset_config["name"]

if not is_dataset_in_db(name):
Expand Down

0 comments on commit a15b2d8

Please sign in to comment.