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

dont print

parent afa7cca4
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ class rethrow_as(object):
if len(pairs) == 2 and all(map(lambda p: issubclass(p, Exception), pairs)):
a, b = pairs
pairs = [(a, b)]
print(pairs)
self.to_catch = tuple([p[0] for p in pairs])
self.pairs = pairs
......
[metadata]
name = satella
version = 2.0.15rc1
version = 2.0.15rc2
description-file = README.md
author = Piotr Maślanka
author_email = piotrm@smok.co
......
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