We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d95e4 commit cd04522Copy full SHA for cd04522
src/data_designer/config/config_builder.py
@@ -246,7 +246,7 @@ def add_column(
246
existing_config = self._column_configs.get(column_config.name)
247
if existing_config is not None and isinstance(existing_config, SeedDatasetColumnConfig):
248
raise BuilderConfigurationError(
249
- f"🛑 Column '{column_config.name}' already exists as a seed dataset column. "
+ f"🛑 Column {column_config.name!r} already exists as a seed dataset column. "
250
"Please use a different column name or update the seed dataset."
251
)
252
0 commit comments