File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def get_optimizable_functions(
5252 server .optimizer .args .previous_checkpoint_functions = False
5353
5454 server .show_message_log ("Calling get_optimizable_functions..." , "Info" )
55- optimizable_funcs , _ = server .optimizer .get_optimizable_functions ()
55+ optimizable_funcs , _ , _ = server .optimizer .get_optimizable_functions ()
5656
5757 path_to_qualified_names = {}
5858 for path , functions in optimizable_funcs .items ():
@@ -93,7 +93,7 @@ def initialize_function_optimization(
9393 f"Args set - function: { server .optimizer .args .function } , file: { server .optimizer .args .file } " , "Info"
9494 )
9595
96- optimizable_funcs , _ = server .optimizer .get_optimizable_functions ()
96+ optimizable_funcs , _ , _ = server .optimizer .get_optimizable_functions ()
9797 if not optimizable_funcs :
9898 server .show_message_log (f"No optimizable functions found for { params .functionName } " , "Warning" )
9999 return {"functionName" : params .functionName , "status" : "not found" , "args" : None }
You can’t perform that action at this time.
0 commit comments