Skip to content

Commit

Permalink
Minor changes to utility/troubleshooting/convenience script view-port…
Browse files Browse the repository at this point in the history
…al-object.
  • Loading branch information
dmichaels-harvard committed Aug 19, 2024
1 parent 21e9d70 commit a57454b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dcicutils/scripts/update_portal_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <support@4dnucleome.org>"]
license = "MIT"
Expand Down

0 comments on commit a57454b

Please sign in to comment.