Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/meta_csv/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@
opts
(do
(when-not (or (instance? String uri)
(instance? Reader uri)
(instance? java.net.URL uri)
(instance? java.io.File uri))
(throw (ex-info "Cannot guess the specs of inputs that are neither String path nor File" {:uri uri})))
(guess-spec uri opts))))
Expand Down