From 0ccd920a5a239af99fc63329d290896ca2c2a89a Mon Sep 17 00:00:00 2001 From: Zach Dwiel Date: Sun, 5 Feb 2012 21:31:47 -0500 Subject: [PATCH] turn off debugger in ApxressTestCase --- scripts/AxpressTestCase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/AxpressTestCase.py b/scripts/AxpressTestCase.py index 52ce2dd..e656b5f 100755 --- a/scripts/AxpressTestCase.py +++ b/scripts/AxpressTestCase.py @@ -36,6 +36,7 @@ class X():pass type_instance = type(X()) axpress = Axpress(sparql = sparql) +axpress.compiler.debug_off() loadTranslations(axpress, n)