Skip to content

Commit

Permalink
Fixing small error in extract_endf_specs() returns.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Weinstein committed Aug 2, 2024
1 parent 9d88d95 commit 637977e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DataLib/fendl32B_retrofit/tendl_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def extract_endf_specs(path, filetype = 'ENDF'):
else:
return matb, MTs

return (endf_specs)

def extract_gendf_pkza(gendf_path):
"""
Read in and parse the contents of a GENDF file to construct the parent
Expand Down

0 comments on commit 637977e

Please sign in to comment.