From 437b0f91040d9149ebbfa03e2de34f6b89721eb6 Mon Sep 17 00:00:00 2001 From: Vincent Lostanlen Date: Thu, 29 Nov 2018 11:06:54 -0500 Subject: [PATCH] typo --- birdvoxdetect/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdvoxdetect/core.py b/birdvoxdetect/core.py index 3032eef..2e166ce 100644 --- a/birdvoxdetect/core.py +++ b/birdvoxdetect/core.py @@ -52,7 +52,7 @@ def process_file(filepath, # Create output_dir if necessary. if output_dir is not None: - try + try: os.makedirs(output_dir) except OSError: pass