diff next/output.py @ 62:8134cd480817

make next/ a complete standalone setup dir- no deps on ./
author drewp@bigasterisk.com
date Thu, 02 May 2024 20:33:29 -0700
parents a72c47973aa4
children
line wrap: on
line diff
--- a/next/output.py	Thu May 02 18:35:46 2024 -0700
+++ b/next/output.py	Thu May 02 20:33:29 2024 -0700
@@ -1,7 +1,8 @@
 import json
 from pathlib import Path
 
-build = Path('build')
+build = Path('build/k8s_config')
+build.mkdir(parents=True, exist_ok=True)
 
 
 def toJson(d):