From 03f8f6e97a648b4e1e4c79ff621fcf0d3f57a2b7 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 26 Jan 2017 17:06:37 +0000 Subject: [PATCH] Turn off traceback. --- gprMax/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/exceptions.py b/gprMax/exceptions.py index d528ab73..4f502289 100644 --- a/gprMax/exceptions.py +++ b/gprMax/exceptions.py @@ -21,7 +21,7 @@ import sys from colorama import init, Fore init() -#sys.tracebacklimit = None +sys.tracebacklimit = None class GeneralError(ValueError):