Skip to content

Commit

Permalink
getting click to work
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed May 8, 2017
1 parent 77a403f commit 9513c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def cli():


@cli.command()
@click.argument('path', type=click.path())
@click.argument('path', type=click.Path())
def build(path):
"""
Builds the blast database.
Expand Down

0 comments on commit 9513c4e

Please sign in to comment.