fix bugs.

This commit is contained in:
Liu Zhicong
2024-01-05 20:02:58 -08:00
parent b6395c2195
commit 3663f140fc
17 changed files with 159 additions and 121 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ class Workflow:
result_func = []
for inner_func in all_inner_function:
func_name = inner_func.get_name()
func_name = inner_func.get_id()
if the_role.enable_function_list is not None:
if len(the_role.enable_function_list) > 0:
if func_name not in the_role.enable_function_list: