Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Weinstein committed Aug 2, 2024
1 parent 750859f commit c69b9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataLib/fendl32B_retrofit/groupr_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def cleanup_njoy_files(output_path = 'njoy_ouput'):
None
"""

njoy_files = ['groupr.inp', 'tape20', 'tape21']
njoy_files = [INPUT, 'tape20', 'tape21']
for file in njoy_files:
Path.unlink(Path(file))
Path('output').rename(Path(output_path))

0 comments on commit c69b9be

Please sign in to comment.