Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lostanlen committed Nov 29, 2018
1 parent 12b085f commit 437b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdvoxdetect/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 437b0f9

Please sign in to comment.