Skip to content
Snippets Groups Projects
Commit 3c1d2653 authored by florian's avatar florian
Browse files

FIX: Typo

parent 4e0c2eb1
No related branches found
No related tags found
1 merge request!7ENH: Implement queries and entity retrieval
Pipeline #12152 passed
Pipeline: CaosDB Julia Integration Tests

#12154

    ......@@ -100,7 +100,7 @@ mutable struct _Configuration
    function _Configuration(managed_by_julia::Bool = false)
    config = new()
    config._deletable(false)
    config._deletable = false
    if managed_by_julia
    # Only append a finalizer for this if the object is
    # actually managed by Julia and not created and destroyed
    ......
    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