Minor formatting changes
This commit is contained in:
parent
7ad1e7507f
commit
0c156128fc
2 changed files with 2 additions and 4 deletions
|
|
@ -107,7 +107,7 @@ class Microscope(object):
|
|||
logging.info("Attached dummy stage.")
|
||||
# If stage object has a lock
|
||||
if hasattr(self.stage, 'lock'):
|
||||
logging.info("Attaching {} to composite lock.".format(self.stage.lock))
|
||||
logging.info("Attaching lock {} to composite lock.".format(self.stage.lock))
|
||||
# Add the lock to the microscope composite lock
|
||||
self.lock.locks.append(self.stage.lock)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue