From f584d68ea573f275ff6438a3446ff8cb04be2473 Mon Sep 17 00:00:00 2001
From: jmcchesn <jmcchesn@aps.anl.gov>
Date: Mon, 18 Jul 2022 15:01:41 -0500
Subject: [PATCH] fixed mprint

---
 iexcode/__pycache__/__init__.cpython-37.pyc | Bin 147 -> 0 bytes
 iexcode/instruments/Motors.py               |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 iexcode/__pycache__/__init__.cpython-37.pyc

diff --git a/iexcode/__pycache__/__init__.cpython-37.pyc b/iexcode/__pycache__/__init__.cpython-37.pyc
deleted file mode 100644
index e2d0eaad8087d6fedb2ad12bc304ce79bc95a05c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 147
zcmZ?b<>g`kf`|!ck{E&XV-N=hKmraxT+9L_QW%06G#UL?G8BP?5yUSW{m|mnqGJ85
z+~nkp)Z#q-g36MN{Ji+`{G#mQg2d!heNWej<ouLW{mj$~FdZMCnU`4-AFo$Xd5gm)
RH$SB`C)EyQ>SrKk003mmBt`%L

diff --git a/iexcode/instruments/Motors.py b/iexcode/instruments/Motors.py
index d7a4f91..6770439 100644
--- a/iexcode/instruments/Motors.py
+++ b/iexcode/instruments/Motors.py
@@ -112,7 +112,7 @@ class Motors:
         prints current position of the physical motors
         """
         position_list = []
-        for motor in self.physical_motors():
+        for motor in self.physical_motors.keys():
             position_list.append(self.get(motor,verbose=False))
         return position_list
 
-- 
GitLab