From b86abc2ecfea9ccbb93cad2fe4e9f8574beb7ed8 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 23 Dec 2013 15:43:01 -0800 Subject: fix bug where close-together tempDoublePtr operations could cross each other --- tools/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/shared.py') diff --git a/tools/shared.py b/tools/shared.py index 443ff4c7..2177a527 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -682,7 +682,7 @@ def line_splitter(data): return out -def limit_size(string, MAX=12000*20): +def limit_size(string, MAX=80*20): if len(string) < MAX: return string return string[0:MAX/2] + '\n[..]\n' + string[-MAX/2:] -- cgit v1.2.3-70-g09d2