Skip to content

Commit c04de07

Browse files
committed
adjust logs
1 parent 05b2cb6 commit c04de07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codewiki/src/be/agent_orchestrator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ async def process_module(self, module_name: str, components: Dict[str, Node],
114114

115115
# check if overview docs already exists
116116
overview_docs_path = os.path.join(working_dir, OVERVIEW_FILENAME)
117+
logger.info(f"Overview docs path: {overview_docs_path}")
117118
if os.path.exists(overview_docs_path):
118119
logger.info(f"Overview docs already exists at {overview_docs_path}")
119120
return module_tree

0 commit comments

Comments
 (0)