Raynes / tentacles

An Octocat is nothing without his tentacles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty contents throws a base64 exception

yosiat opened this issue · comments

Hi,

I am calling to empty content file and I am getting an error.

Code:

(tentacles.repos/contents "USER" "REPO" "EMPTY_FILE" {:str? true})

0.2.7:

ArrayIndexOutOfBoundsException -1 clojure.data.codec.base64/pad-length (base64.clj:53)

master:
I get the next error, even If I specify {:str? false}
ArityException Wrong number of args (0) passed to: core$byte-array clojure.lang.AFn.throwArity (AFn.java:437)