Skip to content
Snippets Groups Projects
Commit 0d85a3e5 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Do not reuse cache from driver creation

parent 7fa9087c
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def compile_form():
from dune.perftool.generation import cache_context
if get_option("driver_file"):
with cache_context('driver'):
with cache_context('driver', delete=True):
generate_driver(form, get_option("driver_file"))
if get_option("operator_file"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment