Closed urig closed 2 years ago
This PR fixes a bug that I've found in InProcessParamStore's get() method. When get() was called without its second, optional argument (commit_id) it would not return a value. The word return was missing here.
InProcessParamStore
get()
commit_id
return
1 files 1 suites 53s :stopwatch: 204 tests 200 :heavy_check_mark: 4 :zzz: 0 :x:
Results for commit ad36bf6f.
This PR fixes a bug that I've found in
InProcessParamStore
'sget()
method. Whenget()
was called without its second, optional argument (commit_id
) it would not return a value. The wordreturn
was missing here.