aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/python/case.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/python/case.jvm.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/python/case.jvm.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/python/case.jvm.lux b/new-luxc/source/luxc/lang/translation/python/case.jvm.lux
index 6e5935297..6769103d9 100644
--- a/new-luxc/source/luxc/lang/translation/python/case.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/python/case.jvm.lux
@@ -79,7 +79,7 @@
(def: (new-Exception error)
(-> Expression Expression)
- (python.apply (list pm-error) (python.global "Exception")))
+ (python.apply (list error) (python.global "Exception")))
(def: fail-pm! (python.raise! (new-Exception pm-error)))