shashi / FileTrees.jl

Parallel computing with a tree of files metaphor
http://shashi.biz/FileTrees.jl
Other
88 stars 6 forks source link

Undefined variable in map when dirs=false #12

Closed DrChainsaw closed 4 years ago

DrChainsaw commented 4 years ago

Thanks for this package. Seems to be just what I needed!

The map function has a simple error in it which is triggered when dirs is false:

julia> map(identity, maketree("aa" => []); dirs=false)
ERROR: UndefVarError: x not defined