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

changing exception case

parent 1ba66035
Branches
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment