(self, shared, prep_res, exec_res)
| 876 | return output_path # Return the final path |
| 877 | |
| 878 | def post(self, shared, prep_res, exec_res): |
| 879 | shared["final_output_dir"] = exec_res # Store the output path |
| 880 | print(f"\nTutorial generation complete! Files are in: {exec_res}") |
nothing calls this directly
no outgoing calls
no test coverage detected