Skip to content

Commit

Permalink
added missing , in list of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed May 3, 2021
1 parent d6030dc commit 7b189cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paramak/neutronics_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ def export_vtk(
tags_to_remove = None
else:
tags_to_remove = [
'graveyard.stp'
'mat:graveyard'
'reflective'
'mat:vacuum'
'graveyard.stp',
'mat:graveyard',
'reflective',
'mat:vacuum',
'cuttingwedge.stp']
remove_tags(
input=str(path_h5m_filename),
Expand Down

0 comments on commit 7b189cc

Please sign in to comment.