Replace `safe_mkdir(path)` with `os.makedirs(path, exist_ok=True)` by hugovk · Pull Request #38 · python/blurb · GitHub
Skip to content

Replace safe_mkdir(path) with os.makedirs(path, exist_ok=True) - #38

Merged
hugovk merged 1 commit into
python:mainfrom
hugovk:exist_ok
Nov 10, 2024
Merged

hugovk merged 1 commit into
python:mainfrom
hugovk:exist_ok

Replace safe_mkdir(path) with os.makedirs(path, exist_ok=True)

5934d4f
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs