Skip to content

Commit

Permalink
Remove extra line wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Nov 27, 2024
1 parent 35de8ca commit 7057827
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmt/cli/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def status(
if workdir_root and not workdir_root.exists():
raise tmt.utils.GeneralError(f"Path '{workdir_root}' doesn't exist.")
status_obj = tmt.Status(
logger=context.obj.logger.clone().
apply_verbosity_options(**kwargs),
logger=context.obj.logger.clone().apply_verbosity_options(**kwargs),
cli_invocation=CliInvocation.from_context(context),
workdir_root=effective_workdir_root(workdir_root))
status_obj.show()

0 comments on commit 7057827

Please sign in to comment.