Skip to content

Commit

Permalink
fixup! Using platform dirs to execute installed fluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonzalezfluendo committed Nov 15, 2023
1 parent a8b7c3a commit a67358e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fluster/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ def __init__(self) -> None:
print(
f"NOTE: found a fluster {installation_type} version. Using:\n"
f" * test_suites_dir: {self.test_suites_dir}\n"
f" * resources_dir: {self.resources_dir}"
f" * resources_dir: {self.resources_dir}\n"
f" * results_dir: {self.results_dir}"
)

self.parser = self._create_parser()
Expand Down

0 comments on commit a67358e

Please sign in to comment.