This fix to the MakeRequest() method gets rid of the hiddeous
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 15 Feb 2008 22:20:06 +0000 (22:20 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 15 Feb 2008 22:20:06 +0000 (22:20 +0000)
commit47a0bab06bb25472c6ca1304357ec510136c5eeb
treeb15dfed77727cf515710eaa344ff41f6e1b3afbf
parentee071738743f9f51905fea7465a8208826ccab7b
This fix to the MakeRequest() method gets rid of the hiddeous
exception message that shows up when a node goes into debug mode.  For
example, in the past one would see this type of message on the
console:

Exception exceptions.OSError: (2, 'No such file or directory', '/tmp/tmpBjmo14') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0xb7b108d8>> ignored

This is no longer the case.
source/BootServerRequest.py