dcicutils 8.14.2.1b4__py3-none-any.whl → 8.14.3.1b1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- dcicutils/scripts/view_portal_object.py +6 -1
- {dcicutils-8.14.2.1b4.dist-info → dcicutils-8.14.3.1b1.dist-info}/METADATA +1 -1
- {dcicutils-8.14.2.1b4.dist-info → dcicutils-8.14.3.1b1.dist-info}/RECORD +6 -6
- {dcicutils-8.14.2.1b4.dist-info → dcicutils-8.14.3.1b1.dist-info}/LICENSE.txt +0 -0
- {dcicutils-8.14.2.1b4.dist-info → dcicutils-8.14.3.1b1.dist-info}/WHEEL +0 -0
- {dcicutils-8.14.2.1b4.dist-info → dcicutils-8.14.3.1b1.dist-info}/entry_points.txt +0 -0
@@ -360,7 +360,12 @@ def _get_portal_object(portal: Portal, uuid: str,
|
|
360
360
|
path = f"/{uuid}"
|
361
361
|
else:
|
362
362
|
path = uuid
|
363
|
-
response
|
363
|
+
if (response := portal.get(path, raw=raw or inserts, database=database)) is not None:
|
364
|
+
if response.status_code == 403:
|
365
|
+
_exit(f"Permission error getting Portal object from {portal.server}: {uuid}")
|
366
|
+
elif response.status_code == 404:
|
367
|
+
_exit(f"Not found Portal object from {portal.server}: {uuid}")
|
368
|
+
|
364
369
|
except Exception as e:
|
365
370
|
if "404" in str(e) and "not found" in str(e).lower():
|
366
371
|
_print(f"Portal object not found at {portal.server}: {uuid}")
|
@@ -61,7 +61,7 @@ dcicutils/schema_utils.py,sha256=GmRm-XqZKJ6qine16SQF1txcby9WougDav_sYmKNs9E,124
|
|
61
61
|
dcicutils/scripts/publish_to_pypi.py,sha256=sMd4WASQGlxlh7uLrt2eGkFRXYgONVmvIg8mClMS5RQ,13903
|
62
62
|
dcicutils/scripts/run_license_checker.py,sha256=z2keYnRDZsHQbTeo1XORAXSXNJK5axVzL5LjiNqZ7jE,4184
|
63
63
|
dcicutils/scripts/update_portal_object.py,sha256=BwZw1cZx2zhzp1ivn_DXUxfnmUyC5A9fAotjHV0fXf4,41875
|
64
|
-
dcicutils/scripts/view_portal_object.py,sha256=
|
64
|
+
dcicutils/scripts/view_portal_object.py,sha256=uu1w2sPCjrztA_OZAzo-HiPJhju9mICHf-lJ5RC_Ak0,41573
|
65
65
|
dcicutils/secrets_utils.py,sha256=8dppXAsiHhJzI6NmOcvJV5ldvKkQZzh3Fl-cb8Wm7MI,19745
|
66
66
|
dcicutils/sheet_utils.py,sha256=VlmzteONW5VF_Q4vo0yA5vesz1ViUah1MZ_yA1rwZ0M,33629
|
67
67
|
dcicutils/snapshot_utils.py,sha256=YDeI3vD-MhAtHwKDzfEm2q-n3l-da2yRpRR3xp0Ah1M,23021
|
@@ -75,8 +75,8 @@ dcicutils/trace_utils.py,sha256=g8kwV4ebEy5kXW6oOrEAUsurBcCROvwtZqz9fczsGRE,1769
|
|
75
75
|
dcicutils/validation_utils.py,sha256=cMZIU2cY98FYtzK52z5WUYck7urH6JcqOuz9jkXpqzg,14797
|
76
76
|
dcicutils/variant_utils.py,sha256=2H9azNx3xAj-MySg-uZ2SFqbWs4kZvf61JnK6b-h4Qw,4343
|
77
77
|
dcicutils/zip_utils.py,sha256=_Y9EmL3D2dUZhxucxHvrtmmlbZmK4FpSsHEb7rGSJLU,3265
|
78
|
-
dcicutils-8.14.
|
79
|
-
dcicutils-8.14.
|
80
|
-
dcicutils-8.14.
|
81
|
-
dcicutils-8.14.
|
82
|
-
dcicutils-8.14.
|
78
|
+
dcicutils-8.14.3.1b1.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
79
|
+
dcicutils-8.14.3.1b1.dist-info/METADATA,sha256=PXJdt_7iS3G85tr1oh9W3IiHhl6c2IwWjqSZ9wAeZuY,3446
|
80
|
+
dcicutils-8.14.3.1b1.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
81
|
+
dcicutils-8.14.3.1b1.dist-info/entry_points.txt,sha256=W6kEWdUJk9tQ4myAgpehPdebcwvCAZ7UgB-wyPgDUMg,335
|
82
|
+
dcicutils-8.14.3.1b1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|