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
However, lines longer than 80 characters that python redirects from stdout are clipped and the remainder moved to new lines. I did a little digging, and it seems like the problem might be that the size is set to 80 at program start:
Hi,
I'm trying to support running a python script that redirects stdout in git-bash. I've settled on a magic invocation that seems to work:
However, lines longer than 80 characters that python redirects from stdout are clipped and the remainder moved to new lines. I did a little digging, and it seems like the problem might be that the size is set to 80 at program start:
Is this the root of my problem? If so, would it be possible to change these values, within reason, from the command line?
No rush on this, it's for a side project.
The text was updated successfully, but these errors were encountered: