Skip to content
Snippets Groups Projects
Verified Commit 4179590f authored by Nick Curtis's avatar Nick Curtis
Browse files

incorrect sense

parent b08c65f2
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ class CCompiler(object):
self.tempdir, debug, wait_on_error,
debug_recompile, False)
if not recompiled:
if recompiled:
logger.debug('Kernel {} compiled from source'.format(name))
# and return compiled
......
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