Skip to content

Commit

Permalink
Fix cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 25, 2024
1 parent eefcbe2 commit 01273f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/scripts/firedrake_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main():
print(f"Removing cached TSFC kernels from {os.environ.get('FIREDRAKE_TSFC_KERNEL_CACHE_DIR', '???')}")
tsfc_clear_cache()

print(f"Removing cached PyOP2 code from {os.environ.get('FIREDRAKE_TSFC_KERNEL_CACHE_DIR', '???')}")
print(f"Removing cached PyOP2 code from {os.environ.get('PYOP2_CACHE_DIR', '???')}")
pyop2_clear_cache()

pytools_cache = appdirs.user_cache_dir("pytools", "pytools")
Expand Down

0 comments on commit 01273f3

Please sign in to comment.