Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 committed Apr 25, 2024
1 parent 6291d58 commit 3b34042
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/benchpark
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ def benchpark_systems():
source_dir = source_location()
systems = []
for x in os.listdir(source_dir / "configs"):
if not (os.path.isfile(os.path.join(source_dir / "configs", x)) or x == "common"):
if not (
os.path.isfile(os.path.join(source_dir / "configs", x)) or x == "common"
):
systems.append(x)
return systems

Expand Down

0 comments on commit 3b34042

Please sign in to comment.