*** empty log message ***

This commit is contained in:
Jesse Schell 2001-03-24 00:09:58 +00:00
parent 90f9a57b34
commit f20914c08e
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ class ClientDistUpdate:
# Only catch name and attribute errors
# as all other errors are legit errors
except (NameError, AttributeError), e:
ClientDistUpdate.notify.warning(cdc.name + "." + self.name +
" does not exist")
#ClientDistUpdate.notify.warning(cdc.name + "." + self.name +
# " does not exist")
self.func = None
return None