results = {} for key, pat in patterns.items(): match = re.search(pat, content, re.DOTALL | re.IGNORECASE) if match: results[key] = match.group(1).strip()
If the issue persists, you can send the diagnostic file to Ansys support or a technician. It is usually found here: results = {} for key, pat in patterns