Skip to content

Commit

Permalink
Fix colab error (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
loubbrad authored Mar 9, 2024
1 parent d25a7fa commit 12d249b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amt/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ def __init__(
)

def _get_paths(self, dir_path):
os.makedirs(dir_path, exist_ok=True)

return [
os.path.join(dir_path, f)
for f in os.listdir(dir_path)
Expand Down

0 comments on commit 12d249b

Please sign in to comment.