Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasianayden committed Jan 24, 2024
1 parent fbf362e commit 737e613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/fairdatapoint/harvesters/civity_harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def import_stage(self, harvest_object):
str(package_dict['title'])))
self._save_object_error(
'TypeError: error generating package name. Package title [%s] is not a string.' %
(str(package_dict['title']), harvest_object)
str(package_dict['title']), harvest_object
)
return False

Expand Down

0 comments on commit 737e613

Please sign in to comment.