Skip to content

Commit 8f44e0e

Browse files
committed
gmoccapy -getinfo.py: fix macro search title
this must have been fix in master after I branched
1 parent 435e42a commit 8f44e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/gmoccapy/getiniinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def get_tool_sensor_data(self):
393393

394394
def get_macros(self):
395395
# lets look in the INI file, if there are any entries
396-
macros = self.inifile.findall("DISPLAY", "MACRO")
396+
macros = self.inifile.findall("MACROS", "MACRO")
397397
# If there are no entries we will return False
398398
if not macros:
399399
return False

0 commit comments

Comments
 (0)