Hint about rerunning the import_stage.

This commit is contained in:
David Read 2015-12-01 17:59:11 +00:00
parent b8c7d39e1a
commit f67029b993
2 changed files with 4 additions and 0 deletions

View File

@ -462,6 +462,8 @@ following methods::
- returning True if the action was done, "unchanged" if the object
didn't need harvesting after all or False if there were errors.
NB You can run this stage repeatedly using 'paster harvest import'.
:param harvest_object: HarvestObject object
:returns: True if the action was done, "unchanged" if the object didn't
need harvesting after all or False if there were errors.

View File

@ -130,6 +130,8 @@ class IHarvester(Interface):
- returning True if the action was done, "unchanged" if the object
didn't need harvesting after all or False if there were errors.
NB You can run this stage repeatedly using 'paster harvest import'.
:param harvest_object: HarvestObject object
:returns: True if the action was done, "unchanged" if the object didn't
need harvesting after all or False if there were errors.