Avoid spawning console windows when running from .pyw by boppreh · Pull Request #126 · gitpython-developers/GitPython
By adding `shell=True,` to the list of Popen parameters, we avoid spawning console windows when scripts call this method from a windowless (.pyw) Python script.
Byron added a commit that referenced this pull request
Apr 8, 2015This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters