Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1c03b5a5 authored by VIGNET Pierre's avatar VIGNET Pierre
Browse files

[lib] CLUnfolder: Fix getter that return nothing

parent 546df638
No related branches found
No related tags found
No related merge requests found
...@@ -469,7 +469,7 @@ class CLUnfolder(object): ...@@ -469,7 +469,7 @@ class CLUnfolder(object):
@property @property
def final_constraints(self): def final_constraints(self):
"""For tests: returns coded final constraints""" """For tests: returns coded final constraints"""
self.__final_constraints return self.__final_constraints
## Variables management #################################################### ## Variables management ####################################################
def var_names_in_clause(self, clause): def var_names_in_clause(self, clause):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment