From afac6dbfdc32e35289ced957531d3bdfb4597ca8 Mon Sep 17 00:00:00 2001 From: jrm Date: Fri, 20 Nov 2015 23:14:52 -0800 Subject: [PATCH] Fixing a couple of broken things in the script to compare Infer reports Reviewed By: sblackshear Differential Revision: D2681068 fb-gh-sync-id: bf84ead --- infer/lib/python/inferlib/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infer/lib/python/inferlib/config.py b/infer/lib/python/inferlib/config.py index 4236e414a..a17e1ff4a 100644 --- a/infer/lib/python/inferlib/config.py +++ b/infer/lib/python/inferlib/config.py @@ -16,6 +16,7 @@ import os LOCALE = locale.getpreferredencoding() + # this assumes that this file lives in infer/lib/python/infer/ and the binaries # are in infer/bin/ INFER_PYTHON_DIRECTORY = os.path.dirname(os.path.realpath(__file__)