Commit c3ed7a0
authored
chore: simplify making dirs for files (googleapis#14539)
The current logic for making directories can be simplified into a single
statement. `exist_ok` also ensures that the command doesn't fail if the
directory already exists.1 parent 5339bcb commit c3ed7a0
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
| 312 | + | |
314 | 313 | | |
315 | 314 | | |
316 | 315 | | |
| |||
0 commit comments