Skip to content
Snippets Groups Projects
Commit 7155799a authored by François  LAURENT's avatar François LAURENT
Browse files

bugfix following breaking changes in PlanarLarvae.Datasets

parent 971f7155
No related branches found
No related tags found
No related merge requests found
Pipeline #82619 passed
...@@ -271,8 +271,8 @@ function savetofile(controller, file; datafile=nothing) ...@@ -271,8 +271,8 @@ function savetofile(controller, file; datafile=nothing)
end end
end end
datafilepath = isfile(datafile) ? datafile : joinpath(cwd(controller), datafile) datafilepath = isfile(datafile) ? datafile : joinpath(cwd(controller), datafile)
push_dependency!(dataset, datafilepath) Datasets.pushdependency!(dataset, datafilepath)
PlanarLarvae.Datasets.to_json_file(filepath, dataset) Datasets.to_json_file(filepath, dataset)
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment