dcicutils 8.14.0.1b14__py3-none-any.whl → 8.14.0.1b15__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- dcicutils/scripts/update_portal_object.py +4 -4
- {dcicutils-8.14.0.1b14.dist-info → dcicutils-8.14.0.1b15.dist-info}/METADATA +1 -1
- {dcicutils-8.14.0.1b14.dist-info → dcicutils-8.14.0.1b15.dist-info}/RECORD +6 -6
- {dcicutils-8.14.0.1b14.dist-info → dcicutils-8.14.0.1b15.dist-info}/LICENSE.txt +0 -0
- {dcicutils-8.14.0.1b14.dist-info → dcicutils-8.14.0.1b15.dist-info}/WHEEL +0 -0
- {dcicutils-8.14.0.1b14.dist-info → dcicutils-8.14.0.1b15.dist-info}/entry_points.txt +0 -0
@@ -462,14 +462,14 @@ def _load_data(load: str, ini_file: str, explicit_schema_name: Optional[str] = N
|
|
462
462
|
|
463
463
|
if not ini_file:
|
464
464
|
ini_file = _DEFAULT_INI_FILE_FOR_LOAD
|
465
|
-
if not os.path.isabs(ini_file := os.path.expanduser(ini_file)):
|
466
|
-
ini_file = os.path.join(os.getcwd(), ini_file)
|
465
|
+
if not os.path.isabs(ini_file := os.path.normpath(os.path.expanduser(ini_file))):
|
466
|
+
ini_file = os.path.normpath(os.path.join(os.getcwd(), ini_file))
|
467
467
|
if not os.path.exists(ini_file):
|
468
468
|
_print(f"The INI file required for --load is not found: {ini_file}")
|
469
469
|
exit(1)
|
470
470
|
|
471
|
-
if not os.path.isabs(load := os.path.expanduser(load)):
|
472
|
-
load = os.path.join(os.getcwd(), load)
|
471
|
+
if not os.path.isabs(load := os.path.normpath(os.path.expanduser(load))):
|
472
|
+
load = os.path.normpath(os.path.join(os.getcwd(), load))
|
473
473
|
if not os.path.exists(load):
|
474
474
|
return False
|
475
475
|
|
@@ -60,7 +60,7 @@ dcicutils/s3_utils.py,sha256=h2B9ftOo-kxqfiKth5ZDC_cAUFy1Pbu7BrVanFnE5Iw,28839
|
|
60
60
|
dcicutils/schema_utils.py,sha256=GmRm-XqZKJ6qine16SQF1txcby9WougDav_sYmKNs9E,12400
|
61
61
|
dcicutils/scripts/publish_to_pypi.py,sha256=sMd4WASQGlxlh7uLrt2eGkFRXYgONVmvIg8mClMS5RQ,13903
|
62
62
|
dcicutils/scripts/run_license_checker.py,sha256=z2keYnRDZsHQbTeo1XORAXSXNJK5axVzL5LjiNqZ7jE,4184
|
63
|
-
dcicutils/scripts/update_portal_object.py,sha256=
|
63
|
+
dcicutils/scripts/update_portal_object.py,sha256=LwqGSiR7Q0_8GP0ToNfaeVQ1hZtQ69EOLW21PyKBC7c,33950
|
64
64
|
dcicutils/scripts/view_portal_object.py,sha256=lcgXWH9ooVf7tJDIRnoFGOgT0wYLGhiJlJW3a9w6A_c,36983
|
65
65
|
dcicutils/secrets_utils.py,sha256=8dppXAsiHhJzI6NmOcvJV5ldvKkQZzh3Fl-cb8Wm7MI,19745
|
66
66
|
dcicutils/sheet_utils.py,sha256=VlmzteONW5VF_Q4vo0yA5vesz1ViUah1MZ_yA1rwZ0M,33629
|
@@ -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.0.
|
79
|
-
dcicutils-8.14.0.
|
80
|
-
dcicutils-8.14.0.
|
81
|
-
dcicutils-8.14.0.
|
82
|
-
dcicutils-8.14.0.
|
78
|
+
dcicutils-8.14.0.1b15.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
79
|
+
dcicutils-8.14.0.1b15.dist-info/METADATA,sha256=h4m3Yg-a4hgUo52m_3UmmBaMXsbAYRP1A-HRrhuutec,3440
|
80
|
+
dcicutils-8.14.0.1b15.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
81
|
+
dcicutils-8.14.0.1b15.dist-info/entry_points.txt,sha256=W6kEWdUJk9tQ4myAgpehPdebcwvCAZ7UgB-wyPgDUMg,335
|
82
|
+
dcicutils-8.14.0.1b15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|