Skip to content

Commit

Permalink
REALLY fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuNukem committed May 12, 2021
1 parent eb825da commit 38a7f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pc_software/duckypad_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def ensure_dir(dir_path):
if not os.path.exists(dir_path):
os.mkdirs(dir_path)
os.makedirs(dir_path)

appname = 'duckypad_config'
appauthor = 'dekuNukem'
Expand Down

0 comments on commit 38a7f03

Please sign in to comment.