Skip to content

Commit 09c1df3

Browse files
authored
fix(benchmark.py): remove latest mf6 download dir after rebuilding (#2210)
1 parent 410f3ff commit 09c1df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribution/benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ def run_benchmarks(
329329
build_path=build_path,
330330
bin_path=previous_bin_path,
331331
)
332+
shutil.rmtree(download_path)
332333

333334
print("Benchmarking MODFLOW 6 versions:")
334335
print(f" dev: {dev_exe}")

0 commit comments

Comments
 (0)