diff --git a/infer/lib/python/inferlib/jwlib.py b/infer/lib/python/inferlib/jwlib.py index e00083518..bf163911c 100644 --- a/infer/lib/python/inferlib/jwlib.py +++ b/infer/lib/python/inferlib/jwlib.py @@ -213,19 +213,26 @@ class CompilerCall(object): try: subprocess.check_call(command, stderr=file_out) except subprocess.CalledProcessError: - error_msg = 'ERROR: failure during compilation command.' \ - + '\nYou can run the failing compilation ' \ - + 'command again by copy-pasting the\nlines ' \ - + 'below in your terminal:\n\n"""\n' \ - + 'python <