diff --git a/rbc/heavydb/remoteheavydb.py b/rbc/heavydb/remoteheavydb.py index 01057307..5bb55531 100644 --- a/rbc/heavydb/remoteheavydb.py +++ b/rbc/heavydb/remoteheavydb.py @@ -1384,7 +1384,7 @@ def compiler(self): f'{compiler.compiler_exe} version ' f'({".".join(map(str, compiler.version[:3]))}) ' 'is different than LLVM shipped with Numba ' - f'({_min_llvm_version}). It is important to be aware that not ' + f'{_min_llvm_version}. It is important to be aware that not ' 'all LLVM IR generated by clang with a version higher than ' 'what is supported by Numba can be successfully parsed by ' 'llvmlite. It is recommended to use a clang version that is '