HUD_Main; Remove some whitespace and fix permissions

This commit is contained in:
Worros 2010-11-04 20:07:17 +08:00
parent ec8cd9f785
commit 450a963371

2
pyfpdb/HUD_main.pyw Normal file → Executable file
View File

@ -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]):