You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a recipe install or update method needs to return the paths created. It can use the created helper to do this, but this is boilerplate. If it's been calling created to register created paths, it should be able to just return None (implicitly) and the registered paths should be used.
This is a trivial change.
The text was updated successfully, but these errors were encountered:
jimfulton
changed the title
When calling a recipe's update or install methods, return created paths of the method returns None
When calling a recipe's update or install methods, return created paths if the method returns None
Mar 1, 2017
Currently, a recipe
install
orupdate
method needs to return the paths created. It can use the created helper to do this, but this is boilerplate. If it's been calling created to register created paths, it should be able to just return None (implicitly) and the registered paths should be used.This is a trivial change.
The text was updated successfully, but these errors were encountered: