Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
50751aa2
Commit
50751aa2
authored
Nov 09, 2013
by
Daniel Brown
Browse files
changing exception case
parent
1ba66035
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/testing/test.py
View file @
50751aa2
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment