From 2b28ee919614d5ddaceda26ce488a0ca4c851cb3 Mon Sep 17 00:00:00 2001 From: ewy Date: Wed, 29 Apr 2026 01:30:12 +0200 Subject: simplify the contracts --- runner/python/runner.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runner/python/runner.go') diff --git a/runner/python/runner.go b/runner/python/runner.go index 2293336..73192e6 100644 --- a/runner/python/runner.go +++ b/runner/python/runner.go @@ -14,6 +14,7 @@ type python struct { Venvs map[string]string Uv string System string + files map[string]string } func (p python) Init() error { @@ -72,7 +73,7 @@ func (p python) CreateTarget(fs fs.FS, source string, file string, entry fs.DirE Identity: identity.New(filename), MyTags: model.TagsFromFilename(filename), }, - File: file, + Path: file, }, nil } -- cgit v1.3.1