From 37f545dcfc2e34a63112b45b589b182b07a80d22 Mon Sep 17 00:00:00 2001
From: Ilia Sergachev <ilia.sergachev@pm.me>
Date: Thu, 19 Aug 2021 00:19:39 +0200
Subject: [PATCH] fix

---
 tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools.py b/tools.py
index ec117bb..9562d2a 100644
--- a/tools.py
+++ b/tools.py
@@ -787,7 +787,7 @@ def _laser_switch(boolean):
     """
     Switch on (True) or off (False) the repumping laser.
     """
-    stm.set_650()
+    self.stm.set_650()
 
 
 def _contrast_and_noise():
-- 
GitLab