ckan / ckanext-harvest

Remote harvesting extension for CKAN
130 stars 203 forks source link

CLI run-test without UnboundLocalVariable #473

Closed smotornyuk closed 3 years ago

smotornyuk commented 3 years ago

The current run-test implementation raises the UnboundLocalVariable exception because of incorrect handling of force-import argument. The fix is quite trivial, don't think it will cause any questions

tino097 commented 3 years ago

@smotornyuk it was fixed with #467

smotornyuk commented 3 years ago

Perfect