wony617 commited on
Commit
7968496
·
1 Parent(s): 732763a

fix toctree typo

Browse files
Files changed (1) hide show
  1. agent/toctree_handler.py +1 -1
agent/toctree_handler.py CHANGED
@@ -265,7 +265,7 @@ Korean title:"""
265
  # Process toctree update with LLM
266
  self.process_pr_commit(filepath)
267
  # Commit toctree as separate commit
268
- print("self.updated_ko_toctree:", self.updated_ko_toctree:)
269
  if self.updated_ko_toctree:
270
  return self.commit_and_push_toctree(
271
  pr_agent=pr_agent,
 
265
  # Process toctree update with LLM
266
  self.process_pr_commit(filepath)
267
  # Commit toctree as separate commit
268
+ print("self.updated_ko_toctree:", self.updated_ko_toctree)
269
  if self.updated_ko_toctree:
270
  return self.commit_and_push_toctree(
271
  pr_agent=pr_agent,