Skip to content

Commit

Permalink
fixed typo in path var
Browse files Browse the repository at this point in the history
  • Loading branch information
Olthoff231381 committed Jul 31, 2024
1 parent de7ce1b commit da743ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailcom/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def check_dir(path: str):
return os.path.exists(path)


def make_dir(path: str:
def make_dir(path: str):
# make directory at path
os.makedirs(path + "/")

Expand Down

0 comments on commit da743ba

Please sign in to comment.