Skip to content
Snippets Groups Projects
Commit 556eeb5f authored by Andreas Dedner's avatar Andreas Dedner
Browse files

move 'initialize=True'

parent bda81e67
Branches
Tags
1 merge request!1070move 'initialize=True'
Pipeline #41956 passed
Pipeline: Dune Nightly Test

#41957

    ......@@ -190,6 +190,7 @@ class Builder:
    dune.__path__._path.insert(0,os.path.join(self.dune_py_dir, 'python', 'dune'))
    except:
    dune.__path__.insert(0,os.path.join(self.dune_py_dir, 'python', 'dune'))
    self.initialized = True
    def compile(self, target='all', verbose=False):
    cmake_command = getCMakeCommand()
    ......@@ -232,7 +233,6 @@ class Builder:
    self.savedOutput[1].write(err)
    if nlines > 1:
    self.savedOutput[1].write("\n###############################\n")
    self.initialized = True
    def load(self, moduleName, source, pythonName, extraCMake=None):
    # use with-statement to log info if compiling takes some time
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment