Skip to content

Commit

Permalink
Fix unfinished error message
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jan 9, 2025
1 parent 8d2a754 commit 01f4fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4520,7 +4520,7 @@ def generate_runs(
run_path = path / run_path
if not run_path.exists():
raise tmt.utils.GeneralError(
f"Directory '{run_path}' does not exist, ")
f"Directory '{run_path}' does not exist.")
if run_path.is_absolute() and run_path.exists():
yield run_path
else:
Expand Down

0 comments on commit 01f4fb7

Please sign in to comment.