We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435e42a commit 8f44e0eCopy full SHA for 8f44e0e
1 file changed
src/emc/usr_intf/gmoccapy/getiniinfo.py
@@ -393,7 +393,7 @@ def get_tool_sensor_data(self):
393
394
def get_macros(self):
395
# lets look in the INI file, if there are any entries
396
- macros = self.inifile.findall("DISPLAY", "MACRO")
+ macros = self.inifile.findall("MACROS", "MACRO")
397
# If there are no entries we will return False
398
if not macros:
399
return False
0 commit comments