Skip to content

Commit

Permalink
Fixed bad reference to DESCRIPTION_NODE_LABEL (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane authored and feng-tao committed Aug 5, 2019
1 parent 8e2f648 commit 1ec215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/models/test_column_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def create_relation(self):
if self.description:
results.append({
RELATION_START_LABEL: self.COLUMN_NODE_LABEL,
RELATION_END_LABEL: self.DESCRIPTION_NODE_LABEL,
RELATION_END_LABEL: DESCRIPTION_NODE_LABEL,
RELATION_START_KEY: self._get_col_key(),
RELATION_END_KEY: self._get_col_description_key(),
RELATION_TYPE: self.COL_DESCRIPTION_RELATION_TYPE,
Expand Down

0 comments on commit 1ec215f

Please sign in to comment.