HUD_Main; Remove some whitespace and fix permissions
This commit is contained in:
parent
ec8cd9f785
commit
450a963371
2
pyfpdb/HUD_main.pyw
Normal file → Executable file
2
pyfpdb/HUD_main.pyw
Normal file → Executable file
|
@ -131,7 +131,7 @@ class HUD_main(object):
|
||||||
self.main_window.set_icon_stock(gtk.STOCK_HOME)
|
self.main_window.set_icon_stock(gtk.STOCK_HOME)
|
||||||
self.main_window.show_all()
|
self.main_window.show_all()
|
||||||
gobject.timeout_add(100, self.check_tables)
|
gobject.timeout_add(100, self.check_tables)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
log.error("*** Exception in HUD_main.init() *** ")
|
log.error("*** Exception in HUD_main.init() *** ")
|
||||||
for e in traceback.format_tb(sys.exc_info()[2]):
|
for e in traceback.format_tb(sys.exc_info()[2]):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user