Skip to content

Commit

Permalink
[#54] Fix bad v1 data thaw call (@jafingerhut)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Nov 10, 2014
1 parent e006fbc commit e142063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taoensso/nippy.clj
Expand Up @@ -611,7 +611,7 @@
;; unlikely that this is a fluke and data is actually headerless):
(try (thaw-data data-ba compressor-id encryptor-id)
(catch Exception e
(try (thaw-nippy-v1-data)
(try (thaw-nippy-v1-data data-ba)
(catch Exception _
(if unrecognized-meta?
(ex "Unrecognized (but apparently well-formed) header. Data frozen with newer Nippy version?"
Expand Down

0 comments on commit e142063

Please sign in to comment.