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