Skip to content

Commit

Permalink
fix(tensorstore): Create=True s3
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 11, 2024
1 parent b21e477 commit a612e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwp_consumer/internal/entities/tensorstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def initialize_empty_store(
store = s3fs.mapping.S3Map(path, fs, check=True, create=True)
except Exception as e:
return Failure(OSError(
f"Unable to create file mapping for ZARRDIR '{zarrdir}'. "
f"Unable to create file mapping for path '{path}'. "
"Ensure ZARRDIR environment variable is specified correctly, "
"and AWS credentials are discoverable by botocore. "
f"Error context: {e}",
Expand Down

0 comments on commit a612e73

Please sign in to comment.