griptape-nodes 0.60.1__py3-none-any.whl → 0.60.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- griptape_nodes/cli/commands/libraries.py +1 -1
- {griptape_nodes-0.60.1.dist-info → griptape_nodes-0.60.3.dist-info}/METADATA +1 -1
- {griptape_nodes-0.60.1.dist-info → griptape_nodes-0.60.3.dist-info}/RECORD +5 -5
- {griptape_nodes-0.60.1.dist-info → griptape_nodes-0.60.3.dist-info}/WHEEL +0 -0
- {griptape_nodes-0.60.1.dist-info → griptape_nodes-0.60.3.dist-info}/entry_points.txt +0 -0
|
@@ -105,7 +105,7 @@ def _remove_readonly(func, path, excinfo) -> None: # noqa: ANN001, ARG001
|
|
|
105
105
|
if not GriptapeNodes.OSManager().is_windows():
|
|
106
106
|
return
|
|
107
107
|
|
|
108
|
-
long_path = Path(GriptapeNodes.OSManager().normalize_path_for_platform(path))
|
|
108
|
+
long_path = Path(GriptapeNodes.OSManager().normalize_path_for_platform(Path(path)))
|
|
109
109
|
|
|
110
110
|
try:
|
|
111
111
|
Path.chmod(long_path, stat.S_IWRITE)
|
|
@@ -27,7 +27,7 @@ griptape_nodes/cli/commands/__init__.py,sha256=8EbS15rm9xrbcPocuQO2RmOwSD1BBwa8i
|
|
|
27
27
|
griptape_nodes/cli/commands/config.py,sha256=zh5rs2vCY_x9dEUK2jtQQJGcjlJzhpJJ-EgHHvkrvdg,2302
|
|
28
28
|
griptape_nodes/cli/commands/engine.py,sha256=PWcjuhG_q6wnX1dZY1RJKvQQLO4CmMFBGyhOUKYOofE,2484
|
|
29
29
|
griptape_nodes/cli/commands/init.py,sha256=JCI5dxvmPfeOiby33LXiEuLVtMGZlmpTGfpuE-a3FUo,27643
|
|
30
|
-
griptape_nodes/cli/commands/libraries.py,sha256=
|
|
30
|
+
griptape_nodes/cli/commands/libraries.py,sha256=CzbhfiTKwMomvOIjxmbqQnlOMvsrGF_6C5QlCgJF1yo,4304
|
|
31
31
|
griptape_nodes/cli/commands/models.py,sha256=txbozCLF_Hvj4q9g0P8gAi0ZfIFcL95Ad9QS_PfHiHY,17612
|
|
32
32
|
griptape_nodes/cli/commands/self.py,sha256=aafOn1ThMxoRu2OvwqxAu0BuM_3vfB7e8_dOWeUpNZI,4021
|
|
33
33
|
griptape_nodes/cli/main.py,sha256=A9k-4vdxOrm3Z0NNtDWLmvSW5ecvtIXInLR0zn2AERA,1739
|
|
@@ -195,7 +195,7 @@ griptape_nodes/version_compatibility/versions/v0_39_0/modified_parameters_set_re
|
|
|
195
195
|
griptape_nodes/version_compatibility/workflow_versions/__init__.py,sha256=z5XDgkizoNByCXpyo34hfsJKFsWlOHbD6hgzfYH9ubc,52
|
|
196
196
|
griptape_nodes/version_compatibility/workflow_versions/v0_7_0/__init__.py,sha256=IzPPmGK86h2swfGGTOHyVcBIlOng6SjgWQzlbf3ngmo,51
|
|
197
197
|
griptape_nodes/version_compatibility/workflow_versions/v0_7_0/local_executor_argument_addition.py,sha256=Y8n1wzI5a-ZCHK5eiwtnnD3zF5lN-52R67rxYn0hxyI,2069
|
|
198
|
-
griptape_nodes-0.60.
|
|
199
|
-
griptape_nodes-0.60.
|
|
200
|
-
griptape_nodes-0.60.
|
|
201
|
-
griptape_nodes-0.60.
|
|
198
|
+
griptape_nodes-0.60.3.dist-info/WHEEL,sha256=M6du7VZflc4UPsGphmOXHANdgk8zessdJG0DBUuoA-U,78
|
|
199
|
+
griptape_nodes-0.60.3.dist-info/entry_points.txt,sha256=qvevqd3BVbAV5TcantnAm0ouqaqYKhsRO3pkFymWLWM,82
|
|
200
|
+
griptape_nodes-0.60.3.dist-info/METADATA,sha256=qkCF8cKqDFM5QOofjDQ2i0pIGXVrRevupFsui66f84Q,5108
|
|
201
|
+
griptape_nodes-0.60.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|