femtotrader / TALib.jl

A Julia wrapper for TA-Lib
Other
52 stars 11 forks source link

use joinpath instead of string concatenation #8

Closed femtotrader closed 8 years ago

femtotrader commented 8 years ago
basepath() * "generated/ta_func_api.json"

(and others)

should be replaced by

joinpath(basepath(), "generated", "ta_func_api.json")

see http://docs.julialang.org/en/release-0.5/stdlib/file/#Base.joinpath

femtotrader commented 8 years ago

Closed by https://github.com/femtotrader/TALib.jl/commit/94a5b638d0143209f7515b02888c96d0ab55e7b8