Skip to content

Commit

Permalink
Update pyaedt/modules/solutions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
Samuelopez-ansys and PipKat authored Nov 23, 2023
1 parent ba026a4 commit f8d635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modules/solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2478,7 +2478,7 @@ def _export_all_ffd(self):
]
)
except:
self._app.logger.error("Failed to export one Element Pattern.")
self._app.logger.error("Failed to export one element pattern.")
self._app.logger.error(export_path + exported_name_base + ".ffd")

else:
Expand Down

0 comments on commit f8d635e

Please sign in to comment.