Skip to content

Commit 50742d5

Browse files
committed
chore: clean up coverage
Signed-off-by: Eden Ross Duff MSc <rjdbcm@outlook.com>
1 parent b362a4d commit 50742d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ozi_core/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def find_user_template(target: str, file: str, fix: str) -> str | None:
4747
"""
4848
fp = Path(target, 'templates', fix, file)
4949
if fp.exists():
50-
user_template = str(fp.relative_to(Path(target)))
50+
user_template = str(fp.relative_to(Path(target))) # pragma: defer to E2E
5151
else:
5252
TAP.ok(_('term-tap-user-template-not-found'), skip=True, template=str(fp))
5353
user_template = None

0 commit comments

Comments
 (0)