Skip to content

Commit 262535a

Browse files
committed
Output all transitions
1 parent 1b0b948 commit 262535a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/witan/send/send.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
(apply merge-with + (mapcat #(map :transitions %) projections)))
364364

365365
(defn output-transitions [file projections]
366-
(spit file (pr-str projections)))
366+
(binding [*print-length* nil] (spit file (pr-str projections))))
367367

368368
(defn values-rf
369369
"Associate a reducing function to be used for each value of map indexed by key"

0 commit comments

Comments
 (0)