summaryrefslogtreecommitdiff
path: root/plugin/pickcolors.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/pickcolors.py')
-rwxr-xr-xplugin/pickcolors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/pickcolors.py b/plugin/pickcolors.py
index 50a2169..9821999 100755
--- a/plugin/pickcolors.py
+++ b/plugin/pickcolors.py
@@ -30,6 +30,7 @@ class ColorPicker(object):
sys.exit(self.app.exec_())
def close_on_finish(self, event):
+ print("END")
sys.exit(0)
if __name__ == "__main__":