Skip to content

Commit

Permalink
Merge pull request #27 from rokgomiscek/FusionGraphThrowsException
Browse files Browse the repository at this point in the history
[FIX] OWFusionGraph throws exception
  • Loading branch information
kernc committed Mar 7, 2018
2 parents 909285c + aedcc42 commit 69aa51c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orangecontrib/datafusion/widgets/owfusiongraph.py
Expand Up @@ -116,7 +116,6 @@ def __init__(self, parent=None, **kwargs):
def selectionChanged(self, selected, deselected):
super().selectionChanged(selected, deselected)
if not selected:
assert len(deselected) > 0
relation = None
else:
assert len(selected) == 1
Expand Down

0 comments on commit 69aa51c

Please sign in to comment.