Skip to content

Commit

Permalink
fix(create-cart-diagram): create output dir if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Nov 3, 2024
1 parent dc5bec4 commit 0d727f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create-cart-diagram/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def create_cart_diagram(
version,
datetime.now().strftime("%Y-%m-%d_%H:%M:%S"),
)
output_dir.mkdir(parents=True, exist_ok=True)

generate_diagram(
urban_cart=urban,
Expand Down

0 comments on commit 0d727f1

Please sign in to comment.