Fix logic error in previous commit
This commit is contained in:
parent
52c071dbe9
commit
f63140354d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue