summaryrefslogtreecommitdiff
path: root/modules/language/python
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python')
-rw-r--r--modules/language/python/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/python.scm b/modules/language/python/python.scm
index 4bd99a5..e8621ad 100644
--- a/modules/language/python/python.scm
+++ b/modules/language/python/python.scm
@@ -251,7 +251,7 @@
((_ y)
(if (string? (syntax->datum #'y))
(with-input-from-file (syntax->datum #'y)
- (compile-python1 x (python-parser)))
+ (lambda () (compile-python1 x (python-parser))))
#f)))))