Skip to content

Commit 6ca8f38

Browse files
committed
change comment
1 parent 8859ff5 commit 6ca8f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function searchruns(mlf::MLFlow, experiment_ids::AbstractVector{<:Integer};
140140

141141
runs = map(x -> MLFlowRun(x["info"], x["data"]), result["runs"])
142142

143-
# paging functionality
143+
# paging functionality using recursion
144144
if haskey(result, "next_page_token") && !isempty(result["next_page_token"])
145145
kwargs = (
146146
filter=filter,

0 commit comments

Comments
 (0)