remove error handler on Load Profile menu opt (menu opt doesn't work anyway, so it doesn't error)
This commit is contained in:
parent
f5ba0b5b7f
commit
85c635d1da
|
@ -204,10 +204,10 @@ class fpdb:
|
|||
# print 'User cancelled loading profile'
|
||||
#except:
|
||||
# pass
|
||||
try:
|
||||
self.load_profile()
|
||||
except:
|
||||
pass
|
||||
#try:
|
||||
self.load_profile()
|
||||
#except:
|
||||
# pass
|
||||
self.release_global_lock()
|
||||
#end def dia_load_profile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user