Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 8, 2019
1 parent 987a921 commit 1a51571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shapeout2/gui/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ def fill_elements(self):
for ds in state["datasets"]:
for f in state["filters"]:
if not ds["enabled"] or not f["enabled"]:
me = self.get_matrix_element(ds["identifier"], f["identifier"])
me = self.get_matrix_element(ds["identifier"],
f["identifier"])
mstate = me.__getstate__()
mstate["enabled"] = False
me.__setstate__(mstate)
Expand Down

0 comments on commit 1a51571

Please sign in to comment.