Skip to content

Commit

Permalink
Simplify if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
appolloford authored Oct 31, 2023
1 parent 1821a28 commit 5f60a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/s/suitesparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def configure_step(self):
if parmetis or metis:
if parmetis:
metis_name = 'ParMETIS'
elif metis:
else:
metis_name = 'METIS'
metis_path = get_software_root(metis_name)
metis_include = os.path.join(metis_path, 'include')
Expand Down

0 comments on commit 5f60a3d

Please sign in to comment.