From 50751aa21c3ee78cfea2376e74beb3db77951b4b Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Sat, 9 Nov 2013 19:32:18 +0000
Subject: [PATCH] changing exception case

---
 pykat/testing/test.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pykat/testing/test.py b/pykat/testing/test.py
index beb842f..5de70e3 100644
--- a/pykat/testing/test.py
+++ b/pykat/testing/test.py
@@ -76,8 +76,6 @@ def run_kat_file(item):
     except Exception as e:
         print "main error in kat call",e
         return [0,suite,kat,NULL]
-    finally:
-        print "DONE!!!!!!"
         
 
 class DiffException(Exception):
-- 
GitLab