Skip to content

Commit 0e46f19

Browse files
committed
handle resumption
1 parent e5c4fc6 commit 0e46f19

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

src/be/documentation_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async def generate_module_documentation(self, components: Dict[str, Any], leaf_n
132132
module_tree_path = os.path.join(working_dir, MODULE_TREE_FILENAME)
133133
first_module_tree_path = os.path.join(working_dir, FIRST_MODULE_TREE_FILENAME)
134134
module_tree = file_manager.load_json(module_tree_path)
135-
first_module_tree = file_manager.load_json(first_module_tree_path)
135+
first_module_tree = file_manager.load_json(module_tree)
136136

137137
# Get processing order (leaf modules first)
138138
processing_order = self.get_processing_order(first_module_tree)

0 commit comments

Comments
 (0)