From 6dfe331e17764776ae2959425793204c67aef68f Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Tue, 30 Apr 2024 17:12:07 +0200 Subject: [PATCH] echo the path it writes to --- tools/index.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/index.ps1 b/tools/index.ps1 index cd607e6..c8e387f 100644 --- a/tools/index.ps1 +++ b/tools/index.ps1 @@ -56,7 +56,8 @@ Function Run { $Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding($False) # [System.IO.File]::WriteAllLines("$target\data\index.json" , $json, $Utf8NoBomEncoding) Set-Content -Path "$target\data\index.json" -Value $json - + echo "$target\data\index.json" + Write-Progress -Activity "Cleaning" python cleaner.py $target