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 71b4920 commit 79c40eaCopy full SHA for 79c40ea
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