Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 744c36ea authored by hhakim's avatar hhakim
Browse files

Fix of minor bug introduced in pyfaust.FaustFactory.fact_hierarchical() by a514bcb5 or 68796c85.

parent 3a8a43df
Branches
No related tags found
No related merge requests found
......@@ -1442,7 +1442,10 @@ class FaustFactory:
ret_list += [ _lambda ]
if(ret_params):
ret_list += [ p ]
return ret_list
if(ret_lambda or ret_params):
return ret_list
else:
return F
@staticmethod
def wht(n):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment