Skip to content

Commit

Permalink
Update pyaedt/generic/LoadAEDTFile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Oct 26, 2023
1 parent 052cd3f commit 0ebf53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/generic/LoadAEDTFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _decode_recognized_key(keyword, line, d):
if m:
try:
d[int(m.group(1))] = [int(m.group(2)), int(m.group(3))]
except Exception:: # pragma: no cover
except Exception: # pragma: no cover
pass
li += 1
_count = li - 1
Expand Down

0 comments on commit 0ebf53e

Please sign in to comment.