Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise error when the workdir of runs doesn't exit #2805

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skycastlelily
Copy link
Collaborator

Pull Request Checklist

  • implement the feature
  • write the documentation
  • extend the test coverage
  • update the specification
  • adjust plugin docstring
  • modify the json schema
  • mention the version
  • include a release note

@skycastlelily
Copy link
Collaborator Author

fix the confusing problem reported in:#2772

tmt/base.py Outdated
self.warn(
f"Directory '{root_path / Path(id_).name}' does not exist, "
f"skipping guest cleanup.")

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing seems to be skipped, a warning is emitted but the code continues on the next line.

@skycastlelily
Copy link
Collaborator Author

skycastlelily commented Apr 2, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants