Skip to content

Commit

Permalink
Merge pull request #38 from MastodonC/fix/output-all-transitions
Browse files Browse the repository at this point in the history
Output all transitions
  • Loading branch information
seb231 authored Feb 21, 2018
2 parents 1b0b948 + 262535a commit 4888afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/witan/send/send.clj
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
(apply merge-with + (mapcat #(map :transitions %) projections)))

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

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

0 comments on commit 4888afb

Please sign in to comment.