Skip to content

Commit

Permalink
squash this commit somewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Apr 16, 2021
1 parent 18d66c8 commit 345de6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Orange/widgets/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,8 @@ def data_one_column_vals(cls, value=np.nan):
["", "", "", ""],
"ynyn"
)))
table[:, 1] = value
with table.unlocked():
table[:, 1] = value
return table

@classmethod
Expand Down

0 comments on commit 345de6f

Please sign in to comment.