I am trying to setup a SCons based build.
Each builder that I am using has more than one action that can write in console using sys.stdout.write()
.
The problem is that the console output is mixed between different jobs.
Is there a fix available ? I want to have all the console output for a particular job in the same place after its execution.