remove error handler on Load Profile menu opt (menu opt doesn't work anyway, so it doesn't error)

This commit is contained in:
eblade 2009-07-31 00:13:51 -04:00
parent f5ba0b5b7f
commit 85c635d1da

View File

@ -204,10 +204,10 @@ class fpdb:
# print 'User cancelled loading profile' # print 'User cancelled loading profile'
#except: #except:
# pass # pass
try: #try:
self.load_profile() self.load_profile()
except: #except:
pass # pass
self.release_global_lock() self.release_global_lock()
#end def dia_load_profile #end def dia_load_profile