c5d000e Do not overwrite `stream` kwarg in `build_module_locally`.

Authored and Committed by jkaluza 4 years ago
    Do not overwrite `stream` kwarg in `build_module_locally`.
    
    When `default_streams` is set, the current code overwrites `stream`
    kwarg in the `for` loop handling the `default_streams`.
    
    In this commit, the `stream` kwarg is not overwritten.
    
        
file modified
+15 -2