diff --git a/dcicutils/scripts/update_portal_object.py b/dcicutils/scripts/update_portal_object.py index 98d71f2ca..8c437fc78 100644 --- a/dcicutils/scripts/update_portal_object.py +++ b/dcicutils/scripts/update_portal_object.py @@ -634,7 +634,7 @@ def loadxl_print(arg): _print(f"Total items loaded: {loadxl_total_item_count // 2}" # TODO: straightend out this arithmetic f"{f' (errors: {loadxl_total_error_count})' if loadxl_total_error_count else ''}") for item in sorted(loadxl_summary.keys()): - _print(f"▷ {to_camel_case(item)}: {loadxl_summary[item]}") + _print(f"▷ {to_camel_case(item)}: {loadxl_summary[item] // 2}") # TODO: straightend out this arithmetic if loadxl_unresolved: _print("✗ Unresolved references:") for item in loadxl_unresolved: diff --git a/pyproject.toml b/pyproject.toml index 01ebd0570..e9a0c51a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.14.0.1b19" # TODO: To become 8.14.1 +version = "8.14.0.1b20" # TODO: To become 8.14.1 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"