Add tooltip for neut resist. Add handling missing attributes in getting modified value (return default, not exception). Tox fixes to clean up a little.

This commit is contained in:
Ebag333
2017-03-07 09:45:34 -08:00
parent 58977810f9
commit 8322307ae0
6 changed files with 27 additions and 9 deletions

View File

@@ -816,7 +816,7 @@ class Port(object):
if callback:
wx.CallAfter(callback, None)
# Skip fit silently if we get an exception
except Exception as e:
except Exception as e:
pyfalog.error("Caught exception on fit.")
pyfalog.error(e)
pass

View File

@@ -437,6 +437,7 @@ class ContextMenuSettings(object):
def set(self, type, value):
self.ContextMenuDefaultSettings[type] = value
class EOSSettings(object):
_instance = None