summaryrefslogtreecommitdiff
path: root/devel/py-chai/files/patch-chai_python2.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-chai/files/patch-chai_python2.py')
-rw-r--r--devel/py-chai/files/patch-chai_python2.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-chai/files/patch-chai_python2.py b/devel/py-chai/files/patch-chai_python2.py
new file mode 100644
index 000000000000..f8a931a9a9bd
--- /dev/null
+++ b/devel/py-chai/files/patch-chai_python2.py
@@ -0,0 +1,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)