Fix bug
This commit is contained in:
parent
2b22be01ec
commit
8be7d6a450
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class SCD:
|
||||||
if min_c is not None:
|
if min_c is not None:
|
||||||
set_cardinality("lower", min_c)
|
set_cardinality("lower", min_c)
|
||||||
if max_c is not None:
|
if max_c is not None:
|
||||||
set_cardinality("upper", min_c)
|
set_cardinality("upper", max_c)
|
||||||
|
|
||||||
def create_association(self, name: str, source: str, target: str,
|
def create_association(self, name: str, source: str, target: str,
|
||||||
src_min_c: int = None, src_max_c: int = None,
|
src_min_c: int = None, src_max_c: int = None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue