Skip to content

Commit

Permalink
allowing temp brep file to be found
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Sep 23, 2022
1 parent f6704d6 commit 7765239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paramak/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ def export_solids_to_dagmc_h5m(
h5m_filename=filename,
)

if not verbose:
if verbose:
print(f"written brep file to {tmp_brep_filename}")
else:
# temporary brep is deleted using os.remove
remove(tmp_brep_filename)

Expand Down

0 comments on commit 7765239

Please sign in to comment.