Skip to content

Commit

Permalink
Fix "invalid command name" error
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadmairaj authored May 13, 2020
1 parent 9450a37 commit 062d45f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tkmacosx/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def _options(self, cnf, kw=None):
if isinstance(self, tkmacosx.Button) and cnf.get('fill'):
i = 'fill'
cnf[i] = var.get()
print(_all_traces_colorvar)
# -----------------------------------------------
res = ()
for k, v in cnf.items():
Expand Down

0 comments on commit 062d45f

Please sign in to comment.