checkpoint dealing with personal manager/editor

This commit is contained in:
2026-03-10 23:47:53 -04:00
parent 26e03d2c9f
commit 94598b605a
37 changed files with 42 additions and 7 deletions
+1
View File
@@ -90,3 +90,4 @@ def run_powershell(script: str, base_dir: str, qa_callback: Optional[Callable[[s
if 'process' in locals() and process:
subprocess.run(["taskkill", "/F", "/T", "/PID", str(process.pid)], capture_output=True)
return f"ERROR: {e}"