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

More fixup

parent feb0d58f
No related branches found
No related tags found
No related merge requests found
...@@ -200,8 +200,7 @@ def autotune_realization(sf): ...@@ -200,8 +200,7 @@ def autotune_realization(sf):
with cache_restoring(): with cache_restoring():
with filelock.FileLock(lock): with filelock.FileLock(lock):
if not os.path.isfile(logname): if not os.path.isfile(logname):
if os.path.isfile(logname): generate_standalone_code(sf, filename, logname)
generate_standalone_code(sf, filename, logname)
ret = subprocess.call(compiler_invocation(name, filename)) ret = subprocess.call(compiler_invocation(name, filename))
assert ret == 0 assert ret == 0
......
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