Skip to content

Commit

Permalink
minifix joinLogPath
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Mar 31, 2020
1 parent 4a81111 commit 057491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FGOSUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ getLogPath(dfg::AbstractDFG) = getSolverParams(dfg).logpath
Append `str` onto factor graph log path as convenience function.
"""
joinLogPath(dfg::AbstractDFG, str::AbstractString) = joinpath(getLogPath(dfg), str)
joinLogPath(dfg::AbstractDFG, str...) = joinpath(getLogPath(dfg), str...)


"""
Expand Down

0 comments on commit 057491f

Please sign in to comment.