diff --git a/plug.py b/plug.py index 38b5d2da..c50940d9 100644 --- a/plug.py +++ b/plug.py @@ -114,8 +114,7 @@ class Plugin(object): raise AssertionError elif not isinstance(appitem, tk.Widget): raise AssertionError - else: - return appitem + return appitem except: print_exc() return None