From 062d45f65efc445ea34cc4e4f631f0b514278f3b Mon Sep 17 00:00:00 2001 From: Saad Mairaj <46227224+Saadmairaj@users.noreply.github.com> Date: Wed, 13 May 2020 20:04:32 +0530 Subject: [PATCH] Fix "invalid command name" error --- tkmacosx/variables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tkmacosx/variables.py b/tkmacosx/variables.py index cb05c46..f8d13ec 100644 --- a/tkmacosx/variables.py +++ b/tkmacosx/variables.py @@ -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():