Skip to content

Commit

Permalink
OWFeatureConstructor: Remove extra argument (base_value) from Discret…
Browse files Browse the repository at this point in the history
…eDescriptor call
  • Loading branch information
janezd committed May 10, 2019
1 parent 3fe6160 commit 78f1339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/data/owfeatureconstructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def generate_newname(fmt):
disc.triggered.connect(
lambda: self.addFeature(
DiscreteDescriptor(generate_newname("D{}"), "",
("A", "B"), -1, False))
("A", "B"), False))
)
string = menu.addAction("Text")
string.triggered.connect(
Expand Down

0 comments on commit 78f1339

Please sign in to comment.