We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6fff6 commit a7cd1a4Copy full SHA for a7cd1a4
1 file changed
trackio/__init__.py
@@ -218,7 +218,7 @@ def init(
218
warnings.warn(
219
"trackio.init() has `bucket_id` set but `space_id` is None: metrics will be logged "
220
"locally only. Pass `space_id` to create or use a Hugging Face Space, which will be "
221
- "attached to the Hugging Face Bucket."
+ "attached to the Hugging Face Bucket.",
222
UserWarning,
223
stacklevel=2,
224
)
0 commit comments