File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
codegen-on-oss/codegen_on_oss/analyzers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ def get_module_dependencies(
214214 )
215215
216216 # Export if needed
217- if format != "json" :
217+ if output_format != "json" :
218218 return self .visualizer .export (viz , format = output_format )
219219
220220 return viz
@@ -287,7 +287,7 @@ def get_function_call_graph(
287287 )
288288
289289 # Export if needed
290- if format != "json" :
290+ if output_format != "json" :
291291 return self .visualizer .export (viz , format = output_format )
292292
293293 return viz
@@ -360,7 +360,7 @@ def get_pr_impact(
360360 )
361361
362362 # Export if needed
363- if format != "json" :
363+ if output_format != "json" :
364364 return self .visualizer .export (viz , format = output_format )
365365
366366 return viz
You can’t perform that action at this time.
0 commit comments