From db77ebd24e160c57855aadc72f37cdf1d1550a3b Mon Sep 17 00:00:00 2001 From: David Michaels Date: Mon, 19 Aug 2024 11:21:46 -0400 Subject: [PATCH] Minor changes to utility/troubleshooting/convenience script view-portal-object. --- dcicutils/scripts/view_portal_object.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dcicutils/scripts/view_portal_object.py b/dcicutils/scripts/view_portal_object.py index a5a7b4d61..6538c6398 100644 --- a/dcicutils/scripts/view_portal_object.py +++ b/dcicutils/scripts/view_portal_object.py @@ -356,7 +356,6 @@ def get_metadata_types(path: str) -> Optional[dict]: result = prune_data(result) if (subtypes and one_or_more_objects_of_types_exists(portal, subtypes, debug=debug) and (result_uuid := result.get("uuid"))): # noqa - import pdb ; pdb.set_trace() # noqa # If we have more than (say) 5 results for which we need to determine that actual result type, # then get them all at once via separate query (get_metadata_types)) which is not the raw frame. if (results_total > 5) and (not response_types):