diff options
Diffstat (limited to 'runner/python/runner.go')
| -rw-r--r-- | runner/python/runner.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |
