Skip to content

Commit

Permalink
Fix unregistered test checks
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Oct 31, 2024
1 parent 7a8cfff commit f1f9335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tmt_web/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def get_tree(url: str, name: str, ref: str | None, tree_path: str | None) -> tmt
path = Path(path.as_posix() + tree_path)

logger.debug(f"Looking for tree in {path}")
tmt.plugins.explore(logger=logger)
tree = tmt.base.Tree(path=path, logger=logger)
logger.debug("Tree found")
return tree
Expand Down

0 comments on commit f1f9335

Please sign in to comment.