Skip to content
Snippets Groups Projects
Commit 5bfb454e authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

basic tests

parent 66c535d6
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ class Traceback(object): ...@@ -227,7 +227,7 @@ class Traceback(object):
self.pretty_print(bio) self.pretty_print(bio)
return bio.getvalue() return bio.getvalue()
def pretty_print(self, output): def pretty_print(self, output=sys.stderr):
""" """
Pretty-print the exception Pretty-print the exception
:param output: a file-like object in text mode :param output: a file-like object in text mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment