Skip to content

Commit 81d74fa

Browse files
committed
fix comment
1 parent 5b416ee commit 81d74fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/storage_clients/_file_system/_key_value_store_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async def purge(self) -> None:
5656
async def _sanitize_input_json(self, path: Path) -> None:
5757
"""Transform an input json file to match the naming convention expected by the FileSystemKeyValueStoreClient.
5858
59-
For example: INPUT.json -> INPUT, INPUT.json.metadata
59+
For example: INPUT.json -> INPUT, INPUT.__metadata__.json
6060
"""
6161
configuration = Configuration.get_global_configuration()
6262

0 commit comments

Comments
 (0)