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

[Python] fix an issue with generator locks

parent d79557a1
Branches
Tags
1 merge request!1079[Python] fix an issue with generator locks
Pipeline #42462 passed
Pipeline: Dune Nightly Test

#42463

    ......@@ -207,10 +207,7 @@ class Builder:
    logger.log(logLevel, infoTxt) # + " ...")
    active = True # make sure 'done' is printed
    # wait for cmd to finish
    cmake.wait()
    # could add 'done' to logger - would be nice to have in same # line as message though...
    # if active:
    # logger.log(logLevel,"...done")
    stdout, stderr = cmake.communicate()
    # check return code
    if cmake.returncode > 0:
    # retrieve stderr output
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment