diff --git a/bin/benchpark b/bin/benchpark index eb79b0eb8..c498dd666 100755 --- a/bin/benchpark +++ b/bin/benchpark @@ -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