Jaymon / pout

Python pretty print on steroids
MIT License
29 stars 0 forks source link

POUT_ITERATE_LIMIT #92

Closed Jaymon closed 3 months ago

Jaymon commented 3 months ago

Right now in pout.environ the default is 101. I should check that to see if 101 actually means 100 and I'm not doing the normalizing of the value in the code (adding 1 to whatever the set value is). If that's the case then I should fix that so that the iterate limit is more in line with the intention. I don't think someone should have to put 101 when they really want 100 so I should normalize the value in the actual code.