Skip to content
Snippets Groups Projects
Commit a3f84d9d authored by Alexander Kreft's avatar Alexander Kreft
Browse files

MAINT: set_file_path to set_remote_path

parent 80087f76
No related branches found
No related tags found
1 merge request!8F full ak
Pipeline #12654 passed
Pipeline: CaosDB Julia Integration Tests

#12661

    ...@@ -64,7 +64,7 @@ export append_parent, ...@@ -64,7 +64,7 @@ export append_parent,
    set_value, set_value,
    set_importance, set_importance,
    set_local_path, set_local_path,
    set_file_path set_remote_path
    # helper functions # helper functions
    export has_errors, has_warnings export has_errors, has_warnings
    ...@@ -1757,7 +1757,7 @@ end ...@@ -1757,7 +1757,7 @@ end
    Set the file path of the given `entity` object. Set the file path of the given `entity` object.
    """ """
    function set_file_path(entity::Ref{_Entity}, path::AbstractString) function set_remote_path(entity::Ref{_Entity}, path::AbstractString)
    err_code = ccall( err_code = ccall(
    (:caosdb_entity_entity_set_file_path, CaosDB.library_name), (:caosdb_entity_entity_set_file_path, CaosDB.library_name),
    Cint, Cint,
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment