153d1bd Update runworker.py

Authored and Committed by waifu 4 years ago
1 file changed. 1 lines added. 1 lines removed.
    Update runworker.py
    
    Keep environment variables, otherwise the child subprocess  `subprocess.Popen(cmd, env=env or None)` will not have the same environment as the parent.
        
file modified
+1 -1