We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This didn't work:
pout.v("<SOME VALUE>", SHOW_COLOR=False, INDENT_STRING=" ")
But it should work, or at least I thought it should work, so I'll need to dig into why it didn't work.
I instead had to do this, which did work:
$ POUT_SHOW_COLOR=0 POUT_INDENT_STRING=" " python <SCRIPT-PATH>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This didn't work:
But it should work, or at least I thought it should work, so I'll need to dig into why it didn't work.
I instead had to do this, which did work:
The text was updated successfully, but these errors were encountered: