Skip to main content
Sign in
Snippets Groups Projects
Commit 50751aa2 authored by Daniel Brown's avatar Daniel Brown
Browse files

changing exception case

parent 1ba66035
Branches
Tags
No related merge requests found
...@@ -76,8 +76,6 @@ def run_kat_file(item): ...@@ -76,8 +76,6 @@ def run_kat_file(item):
except Exception as e: except Exception as e:
print "main error in kat call",e print "main error in kat call",e
return [0,suite,kat,NULL] return [0,suite,kat,NULL]
finally:
print "DONE!!!!!!"
class DiffException(Exception): class DiffException(Exception):
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment