Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jul 18, 2017
1 parent 751beed commit d06ac62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReusableFunctions.jl
Expand Up @@ -130,7 +130,7 @@ function maker3function(f::Function, dirname::String; ignore_keywords::Array{Sym
end
filename = length(kw) > 0 ? gethashfilename(dirname, (x, kw)) : gethashfilename(dirname, x)
result = loadresultfile(filename)
!quiet && (@show filename; @show x; @show vecresult)
!quiet && (@show filename; @show x; @show result)
if result == nothing
result = f(x...; kw..., kwx...)
saveresultfile(filename, result, x...)
Expand Down

0 comments on commit d06ac62

Please sign in to comment.