Skip to content

Commit e246c06

Browse files
Neves-PlaraPPr
andauthored
Make linter happy
Co-authored-by: Lara Ramona Peeters <[email protected]>
1 parent bdfee65 commit e246c06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/available_software/available_software.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,8 @@ def targets_eessi() -> np.ndarray:
224224
def eessi_target_compare(a, b):
225225
"""
226226
A comparison function to compare the EESSI targets and order them.
227-
228227
First the main architecture is ordered alphabetically, then within them
229-
the CPU targets are again ordered alphabetically, except for the
228+
the CPU targets are again ordered alphabetically, except for the
230229
generic target, which always comes first. Targets that include an extra
231230
vendor subdir always after those without a vendor subdir.
232231
@return: 0, 1, -1

0 commit comments

Comments
 (0)