Skip to content

Commit

Permalink
Removing temporary file.
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 22, 2022
1 parent 2fde890 commit 76921f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/00-mapdl-examples/composite_dcb.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,8 @@
###############################################################################
#
# Exit MAPDL
os.remove("file.rst")
try:
os.remove(rst_path)
except FileNotFoundError:
pass
mapdl.exit()

0 comments on commit 76921f3

Please sign in to comment.