blob: f8a931a9a9bd897fd8a0f2637ad7b43cd6aafc67 (
plain) (
blame)
1
2
3
4
5
6
7
|
--- chai/python2.py.orig 2023-08-20 16:18:50 UTC
+++ chai/python2.py
@@ -1,3 +1,3 @@ def reraise(exc, msg, traceback):
def reraise(exc, msg, traceback):
- raise exc, msg, traceback
+ raise(exc, msg, traceback)
|