diff --git a/direct/src/gui/DirectEntry.py b/direct/src/gui/DirectEntry.py index 0988cebf2d..0a984252f1 100644 --- a/direct/src/gui/DirectEntry.py +++ b/direct/src/gui/DirectEntry.py @@ -100,10 +100,7 @@ class DirectEntry(DirectFrame): def setObscureMode(self): # Temporary try..except to support old Pandas. - try: - PGEntry.setObscureMode(self.guiItem, self['obscured']) - except: - pass + PGEntry.setObscureMode(self.guiItem, self['obscured']) def setBackgroundFocus(self): PGEntry.setBackgroundFocus(self.guiItem, self['backgroundFocus'])