Re: how to handle broken pipes

2009-10-14 Thread Jorgen Grahn
On Wed, 2009-10-14, Igor Mikushkin wrote: > Hello all! > > Could anyone please say me what is the right way to handle broken > pipes in Python? > I can wrap all my print statements with try/except blocks but it looks > like overkill for me. > > I'm using my Python script this way: my_script | less

how to handle broken pipes

2009-10-14 Thread Igor Mikushkin
Hello all! Could anyone please say me what is the right way to handle broken pipes in Python? I can wrap all my print statements with try/except blocks but it looks like overkill for me. I'm using my Python script this way: my_script | less The script produces a lot of data. So usually when I fin