From a3f84d9df4bf9beef9d906260ac1aca8c07a76ca Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Thu, 26 Aug 2021 13:07:03 +0000 Subject: [PATCH] MAINT: set_file_path to set_remote_path --- src/Entity.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Entity.jl b/src/Entity.jl index f8d6d0b..ef34029 100644 --- a/src/Entity.jl +++ b/src/Entity.jl @@ -64,7 +64,7 @@ export append_parent, set_value, set_importance, set_local_path, - set_file_path + set_remote_path # helper functions export has_errors, has_warnings @@ -1757,7 +1757,7 @@ end 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( (:caosdb_entity_entity_set_file_path, CaosDB.library_name), Cint, -- GitLab