From 450a963371265216817b62e6a54c1772d2507a99 Mon Sep 17 00:00:00 2001 From: Worros Date: Thu, 4 Nov 2010 20:07:17 +0800 Subject: [PATCH] HUD_Main; Remove some whitespace and fix permissions --- pyfpdb/HUD_main.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 pyfpdb/HUD_main.pyw diff --git a/pyfpdb/HUD_main.pyw b/pyfpdb/HUD_main.pyw old mode 100644 new mode 100755 index 7d433a1c..7954cda7 --- a/pyfpdb/HUD_main.pyw +++ b/pyfpdb/HUD_main.pyw @@ -131,7 +131,7 @@ class HUD_main(object): self.main_window.set_icon_stock(gtk.STOCK_HOME) self.main_window.show_all() gobject.timeout_add(100, self.check_tables) - + except: log.error("*** Exception in HUD_main.init() *** ") for e in traceback.format_tb(sys.exc_info()[2]):