summaryrefslogtreecommitdiff
path: root/modules/language/python/spec.scm
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2019-03-13 20:05:51 +0100
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2019-03-13 20:05:51 +0100
commit0cb7c2b2fff4338ca6153473f3f5c409a818f293 (patch)
tree45da2e8e1de0c54cc03175fb56c262ef010a7d10 /modules/language/python/spec.scm
parent935de07402608eebc9ce63fe04f64e90cc53debd (diff)
final touch
Diffstat (limited to 'modules/language/python/spec.scm')
-rw-r--r--modules/language/python/spec.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/language/python/spec.scm b/modules/language/python/spec.scm
index 8f39e0c..7814d2c 100644
--- a/modules/language/python/spec.scm
+++ b/modules/language/python/spec.scm
@@ -25,8 +25,8 @@
(define port (open-file "log.txt" "a"))
(with-output-to-port port
(lambda ()
- (pretty-print x) (car (reverse x)))))
- (close port))
+ (pretty-print x) (car (reverse x))))
+ (close port)))
(car (reverse x)))
(define (c int x) (pr (comp int (pr (p (pr x))))))