Skip to content

Commit ff31291

Browse files
committed
Update exercise05.ipynb
1 parent 05ed091 commit ff31291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise05.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
" shutil.rmtree(path_gen)\n",
140140
" except OSError as e:\n",
141141
" print(\"Error: %s : %s\" % (path_gen, e.strerror))\n",
142-
" os.mkdir(path_gen)\n",
142+
" os.makedirs(path_gen)\n",
143143
" path_multi = \"multi_track\"\n",
144144
" os.mkdir(path_gen + path_multi)\n",
145145
"\n",

0 commit comments

Comments
 (0)