We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b2cb6 commit c04de07Copy full SHA for c04de07
1 file changed
codewiki/src/be/agent_orchestrator.py
@@ -114,6 +114,7 @@ async def process_module(self, module_name: str, components: Dict[str, Node],
114
115
# check if overview docs already exists
116
overview_docs_path = os.path.join(working_dir, OVERVIEW_FILENAME)
117
+ logger.info(f"Overview docs path: {overview_docs_path}")
118
if os.path.exists(overview_docs_path):
119
logger.info(f"Overview docs already exists at {overview_docs_path}")
120
return module_tree
0 commit comments