Seems there is redundant print
Closed this issue · 4 comments
kiddten commented
beeprint/beeprint/terminal_size.py
Line 33 in 06a0600
Is it here for debug reason?
if tuple_xy is None:
print("default")
tuple_xy = (80, 25) # default value
return tuple_xy
panyanyany commented
sorry, It's a mistake.
The function is copied from others and my tests didn't found that output.
panyanyany commented
by the way, how could you trigger this print ?
kiddten commented
@panyanyany I have python on my virtual centos6 machine. So seems it cant get info about terminal size int that system and we are here (default condition branch with tuple(80, 25).
panyanyany commented
New release is available. Thank you for your supports. ;-)