Description of Problem: Using up2date --showall | less causes the following error when exiting before END using q: Traceback (most recent call last): File "/usr/sbin/up2date", line 806, in ? print _("There was some sort of I/O error: %s") % e IOError: [Errno 32] Broken pipe
Moving on to 8.0 release.
Hmm. The pipe it is talking is broken by the 'q'. Probabaly shouldnt traceback of course. I'll take a look at catching this error and existing gracefully.
should be fixed (at least, the traceback is gone) on version 3.1.4 or higher.
still getting broken pipe error: ./wrapper.py --showall | less There was some sort of I/O error: [Errno 32] Broken pipe version: 3.1.25 1