You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a module using versioneer is imported from in a pythonw.exe, then a console window is visible for each call to git.exe/git.cmd. The subprocess.Popen call should set the startupinfo argument.
This code will open a console window when executed by pythonw.exe:
If a module using versioneer is imported from in a pythonw.exe, then a console window is visible for each call to git.exe/git.cmd. The subprocess.Popen call should set the startupinfo argument.
This code will open a console window when executed by pythonw.exe:
This code does not open a console window:
subprocess.STARTUPINFO is only available on windows.
The text was updated successfully, but these errors were encountered: