Make sure all except statements are no longer empty, should help a lot with debugging.
This commit is contained in:
@ -30,8 +30,8 @@ class helpManager():
|
||||
else:
|
||||
try:
|
||||
self.env['bindings'] = self.env['runtime']['settingsManager'].getBindingBackup()
|
||||
except:
|
||||
pass
|
||||
except Exception as e:
|
||||
self.env['runtime']['debug'].writeDebugOut('helpManager setTutorialMode: Error restoring binding backup: ' + str(e), debug.debugLevel.ERROR)
|
||||
def isTutorialMode(self):
|
||||
return self.env['general']['tutorialMode']
|
||||
def getFormattedShortcutForCommand(self, command):
|
||||
|
Reference in New Issue
Block a user