diff --git a/gprMax/exceptions.py b/gprMax/exceptions.py index ddc7ed50..b7858487 100644 --- a/gprMax/exceptions.py +++ b/gprMax/exceptions.py @@ -16,10 +16,12 @@ # You should have received a copy of the GNU General Public License # along with gprMax. If not, see . +import sys from colorama import init, Fore init() +sys.tracebacklimit = None class GeneralError(ValueError): """Handles general errors. Subclasses the ValueError class."""