pout icon indicating copy to clipboard operation
pout copied to clipboard

Passing environment variables into the pout method

Open Jaymon opened this issue 1 year ago • 0 comments

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>

Jaymon avatar Dec 04 '24 00:12 Jaymon