Cleaning up tox errors that crept in by the pep8 gremlins.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user