|
@@ -28,8 +28,8 @@ class ClientDistUpdate:
|
|
|
# Only catch name and attribute errors
|
|
# Only catch name and attribute errors
|
|
|
# as all other errors are legit errors
|
|
# as all other errors are legit errors
|
|
|
except (NameError, AttributeError), e:
|
|
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
|
|
self.func = None
|
|
|
return None
|
|
return None
|
|
|
|
|
|