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'
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user