Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
velios committed Sep 16, 2023
1 parent 62bbae2 commit b5f02e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bb_excel/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
(take rows (map #(rename-keys % h) dx))
(map #(rename-keys % h) dx))]
(if (empty? cols) dy (map #(select-keys % cols) dy)))
(let [message (format "Attr 'file-or-filename' contains value not suitable for creating a ZipFile object: '%s'" file-or-filename)]
(let [message (format "Attr 'file-or-filename' contains value not suitable for creating ZipFile: '%s'" file-or-filename)]
(throw (ex-info message {}))))))

(defn get-sheets
Expand Down

0 comments on commit b5f02e8

Please sign in to comment.