request.py: update method is from child class, not extended class.

parent b8fc7a2f
......@@ -179,3 +179,5 @@ class RequestOptional(Recipe):
'check status of this instance.' % (self.failed, status)
self.logger.warning(error_message)
return []
update = install
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment