Skip to content

Commit

Permalink
Fix: SPICE zip file remove again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Sep 25, 2023
1 parent 83f8c22 commit 47f6c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_metrics/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _download_spice(
spice_zip_fpath = osp.join(spice_cache_dpath, spice_zip_fname)

os.remove(spice_zip_fpath)
os.remove(spice_unzip_dpath)
shutil.rmtree(spice_unzip_dpath)


def _download_fense(
Expand Down

0 comments on commit 47f6c66

Please sign in to comment.