Skip to content

Commit

Permalink
return nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Aug 1, 2024
1 parent 3ad6ed7 commit 2f9f1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MadsFunc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function makemadscommandfunction(madsdata_in::AbstractDict; obskeys::AbstractVec
"MADS command function with expressions"
function madscommandfunctionwithexpressions(paramsnoexpressions::AbstractDict)
parameterswithexpressions = evaluatemadsexpressions(madsdata, paramsnoexpressions)
local out
local out = nothing
try
out = madscommandfunction(parameterswithexpressions)
catch errmsg
Expand Down

0 comments on commit 2f9f1f9

Please sign in to comment.