We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d379557 commit 1af3eb1Copy full SHA for 1af3eb1
leetcode_generate.py
@@ -89,7 +89,7 @@ def rep_unicode_in_code(code):
89
90
def check_and_make_dir(dirname):
91
if not Path.exists(dirname):
92
- Path.mkdir(dirname)
+ Path.mkdir(dirname, parents=true)
93
94
95
ProgLang = namedtuple('ProgLang', ['language', 'ext', 'annotation'])
0 commit comments