Skip to content

Commit

Permalink
elif not args.inputs:
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lostanlen committed Dec 6, 2018
1 parent 894d240 commit 69d1038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdvoxdetect/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 69d1038

Please sign in to comment.