From 9513c4ee71098d100a84146956a207c752dbd81e Mon Sep 17 00:00:00 2001 From: sepro Date: Mon, 8 May 2017 14:36:31 +0200 Subject: [PATCH] getting click to work --- detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detector.py b/detector.py index ff3184e..8e71208 100644 --- a/detector.py +++ b/detector.py @@ -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.