Skip to content

Commit

Permalink
0.4 compat updates
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jun 21, 2016
1 parent 042a38a commit e4e772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Source.jl
Expand Up @@ -196,7 +196,7 @@ function Source(;fullpath::Union{AbstractString,IO}="",
options.dateformat == EMPTY_DATEFORMAT && (options.dateformat = Dates.ISODateFormat)
seek(source,datapos)
return Source(Data.Schema(columnnames,columntypes,rows,Dict("parent"=>parent)),
options,source,datapos,fullpath)
options,source,datapos,String(fullpath))
end

"construct a new Source from a Sink that has been streamed to (i.e. DONE)"
Expand Down

0 comments on commit e4e772b

Please sign in to comment.