Skip to content

Commit

Permalink
Use [] not list
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wenzeslaus and github-actions[bot] authored Oct 14, 2024
1 parent 825bda1 commit 662e888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/grass/gunittest/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ def discover(self, start_dir, pattern="test*.py", top_level_dir=None):
)
print("Expression:", expression)
print(len(modules))
print(list(module.file_path for module in modules))
print([module.file_path for module in modules])

0 comments on commit 662e888

Please sign in to comment.