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 cf34e1a commit b3fcf8aCopy full SHA for b3fcf8a
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"].IsNumeric():
+ 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