Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yanncalec committed Apr 21, 2023
1 parent 25c874f commit 37813a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpmhm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'fraunhofer151': 'Fraunhofer151',
'fraunhofer205': 'Fraunhofer205',
'ims': 'IMS',
# 'mafaulda': 'Mafaulda',
'mafaulda': 'Mafaulda',
'ottawa': 'Ottawa',
'paderborn': 'Paderborn',
# 'phmap2021': 'Phmap2021',
Expand Down Expand Up @@ -70,7 +70,7 @@ def _install(ds:str, *, data_dir:str, download_dir:str, extract_dir:str, manual_
@click.command("info")
@click.argument('ds', default='')
# @click.option('--url', is_flag=True, help='Print data source urls.')
def _info(ds:str, *, url:bool):
def _info(ds:str, *, url:bool=False):
"""Print information of installable datasets.
"""
if ds != '':
Expand Down

0 comments on commit 37813a0

Please sign in to comment.