From a57454b1fa16b9da9124332d60930394657a0334 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Mon, 19 Aug 2024 11:44:35 -0400 Subject: [PATCH] Minor changes to utility/troubleshooting/convenience script view-portal-object. --- dcicutils/scripts/update_portal_object.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dcicutils/scripts/update_portal_object.py b/dcicutils/scripts/update_portal_object.py index 8c437fc78..e90be01e7 100644 --- a/dcicutils/scripts/update_portal_object.py +++ b/dcicutils/scripts/update_portal_object.py @@ -534,7 +534,7 @@ def loadxl_print(arg): if isinstance(data, list): if not (schema_name := explicit_schema_name): if not (schema_name := _get_schema_name_from_schema_named_json_file_name(portal, inserts_file)): - _print("Unable to determine schema name for JSON data file: {inserts_file}") + _print(f"Unable to determine schema name for JSON data file: {inserts_file}") return False elif not (schema_name := _get_schema(portal, explicit_schema_name)[1]): _print(f"Unknown specified schema name: {explicit_schema_name}") diff --git a/pyproject.toml b/pyproject.toml index 3b9b54ae8..24175f1ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.14.0.1b24" # TODO: To become 8.14.1 +version = "8.14.0.1b25" # 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"