Fix fetch:samples script after kwargs merge (#5272)

* Fix fetch:samples script after kwargs merge

* Second instance

* Better fix back to before #5249
This commit is contained in:
Pierre Jacquier
2025-02-05 16:16:10 -05:00
committed by GitHub
parent df86c93a04
commit a277cce636
2 changed files with 2 additions and 9 deletions

View File

@ -28,14 +28,7 @@ try {
console.log(e)
}
child_process.spawnSync('git', [
'clone',
'--single-branch',
'--branch',
'achalmers/kwargs-line',
URL_GIT_KCL_SAMPLES,
DIR_KCL_SAMPLES,
])
child_process.spawnSync('git', ['clone', URL_GIT_KCL_SAMPLES, DIR_KCL_SAMPLES])
// @ts-expect-error
let files = await fs.readdir(DIR_KCL_SAMPLES)