Fix logic error in previous commit

This commit is contained in:
David Read 2016-02-15 12:28:46 +00:00
parent 52c071dbe9
commit f63140354d
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class CKANHarvester(HarvesterBase):
'gave an error: %s', e) 'gave an error: %s', e)
get_all_packages = True get_all_packages = True
if not get_all_packages and pkg_dicts: if not get_all_packages and not pkg_dicts:
log.info('No datasets have been updated on the remote ' log.info('No datasets have been updated on the remote '
'CKAN instance since the last harvest job %s', 'CKAN instance since the last harvest job %s',
last_time) last_time)