From 69d103852e99f3300d8fec428252eb5169f131e6 Mon Sep 17 00:00:00 2001 From: Vincent Lostanlen Date: Wed, 5 Dec 2018 22:45:41 -0500 Subject: [PATCH] elif not args.inputs: --- birdvoxdetect/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdvoxdetect/cli.py b/birdvoxdetect/cli.py index 2325660..c3df68f 100644 --- a/birdvoxdetect/cli.py +++ b/birdvoxdetect/cli.py @@ -160,7 +160,7 @@ def main(): if args.version == "-V" or args.version == "--version": print(birdvoxdetect.version.version) - elif not args.input: + elif not args.inputs: print("BirdVoxDetect") if args.quiet: