Skip to content

Commit 204c0a1

Browse files
baremetalgoCopilot
andcommitted
Fix dataset preparation logging placeholders
Add the missing tool-call dataset placeholder to the preparation log format so logging no longer raises a formatting error when dataset preparation starts. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 393cba1 commit 204c0a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interface/screens/dataset_screen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def prepare_dataset(self) -> None:
185185
self.dataset_log.append("Checked online dataset choices are ignored until the master checkbox is enabled.")
186186
LOGGER.info("Checked online dataset choices are ignored until the master checkbox is enabled")
187187
LOGGER.info(
188-
"Preparing dataset: input=%s output=%s stage=%s online_datasets=%s conversation_json=%s instruction_json=%s",
188+
"Preparing dataset: input=%s output=%s stage=%s online_datasets=%s conversation_json=%s instruction_json=%s tool_call_json=%s",
189189
config.input_dir,
190190
config.output_dir,
191191
config.dataset_stage,

0 commit comments

Comments
 (0)