Skip to content

Commit

Permalink
update makedirs
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwnlee committed Mar 29, 2024
1 parent 3708526 commit 27fd134
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fadtk/panns/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@


def create_folder(fd):
if not os.path.exists(fd):
os.makedirs(fd)
os.makedirs(fd, exist_ok=True)


def get_filename(path):
Expand Down

0 comments on commit 27fd134

Please sign in to comment.