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 6527c2f commit 212c626Copy full SHA for 212c626
leetcode_generate.py
@@ -90,7 +90,7 @@ def rep_unicode_in_code(code):
90
def check_and_make_dir(dirname):
91
p = Path(dirname)
92
if not p.exists():
93
- p.mkdir(parents=true)
+ p.mkdir(parents=True)
94
95
96
ProgLang = namedtuple('ProgLang', ['language', 'ext', 'annotation'])
0 commit comments