Skip to content

Commit 8cd67f7

Browse files
authored
Typo makedirs()!!!
Fixes Z4nzu#390
1 parent c188fe0 commit 8cd67f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hackingtool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def show_info(self):
102102

103103
with open(fpath) as f:
104104
archive = f.readline()
105-
os.mkdirs(archive, exist_ok=True)
105+
os.makedirs(archive, exist_ok=True)
106106
os.chdir(archive)
107107
AllTools().show_options()
108108

0 commit comments

Comments
 (0)