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

MAINT: fix docstring

parent 70929c84
No related branches found
No related tags found
1 merge request!10f conveniencence
Pipeline #12724 passed
Pipeline: CaosDB Julia Integration Tests

#12725

    ...@@ -350,9 +350,10 @@ function create_property(; ...@@ -350,9 +350,10 @@ function create_property(;
    end end
    """ """
    function create_file_entity(; function create_file_entity(;
    name::AbstractString = "",
    local_path::AbstractString, local_path::AbstractString,
    remote_path::AbstractString) remote_path::AbstractString,
    name::AbstractString = "",
    )
    Return a new entity object with role File. Return a new entity object with role File.
    `local_path` is the path of the file on the local file system. An exception is `local_path` is the path of the file on the local file system. An exception is
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment