Commit e21e794
committed
Create data folder if it does not exists yet
If the current sketch has a data folder, it tried to copy the data files
to the new location. But this folder was not yet created, which resulted
in trying to copy the files to a path that doesn't exists.
Now the folder gets created if it does not exists. So the files can be
copied.1 parent 9d270f7 commit e21e794
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
360 | 366 | | |
361 | 367 | | |
362 | 368 | | |
| |||
0 commit comments