We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0f57e commit 71850b3Copy full SHA for 71850b3
microscope/devices.py
@@ -259,7 +259,7 @@ def shutdown(self):
259
try:
260
self.disable()
261
except Exception as e:
262
- _logger.debug("Exeption in disable() during shutdown: %s" % e)
+ _logger.debug("Exception in disable() during shutdown: %s" % e)
263
_logger.info("Shutting down ... ... ...")
264
self._on_shutdown()
265
_logger.info("... ... ... ... shut down completed.")
0 commit comments