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

Fix Pep8

parent 64093054
No related branches found
No related tags found
No related merge requests found
......@@ -61,4 +61,4 @@ def register_liwkid_timer(name):
def dump_ssc_marks(name):
from dune.codegen.pdelab.driver.timings import get_region_marks
return 'std::cout << "{}: " << {} << " <--> " << {} << std::endl;'.format(name,
*get_region_marks(name, driver=False))
*get_region_marks(name, driver=False))
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