Skip to content
Snippets Groups Projects
Commit c28445a0 authored by Johannes Boog's avatar Johannes Boog
Browse files

[base] option to copy python_script during export of ogs6_obj

parent 2a573cb3
No related branches found
No related tags found
1 merge request!41standardize files references during prj import/export (new MR)
......@@ -82,6 +82,10 @@ export_prj <- function(ogs6_obj, copy_ext_files = F) {
file.copy(param$database, ogs6_obj$sim_path)
param$database <- basename(param$database)
}
if(param_name=="python_script"){
file.copy(param, ogs6_obj$sim_path)
param$database <- basename(param)
}
}
# create xml node
......
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