We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56faa3c commit cf34e1aCopy full SHA for cf34e1a
ckanext/fairdatapoint/labels.py
@@ -69,7 +69,7 @@ def resolve_labels(package_dict: dict) -> int:
69
70
if "success" not in updated_labels:
71
log.warning("Error updating labels: %s", updated_labels)
72
- if updated_labels["success"].isinteger():
+ if updated_labels["success"].IsNumeric():
73
if not (len(translation_list) == int(updated_labels["success"])):
74
log.warning(
75
"Of %d labels, only %s updated successfully",
0 commit comments