summaryrefslogtreecommitdiff
path: root/runner/python
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 19:04:41 +0200
committerewy <ewy0@protonmail.com>2026-04-14 19:04:41 +0200
commit466758ce0a6de964f6ed8228d78fb7e9a4ff9a67 (patch)
tree8e522bcfdd08c07402fea89033adb84f85bd4665 /runner/python
parent370f13b58e9cb74eeab3461afb779cf4d013c94b (diff)
add descriptions
Diffstat (limited to 'runner/python')
-rw-r--r--runner/python/projtarget.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/runner/python/projtarget.go b/runner/python/projtarget.go
index 1604948..c7422b4 100644
--- a/runner/python/projtarget.go
+++ b/runner/python/projtarget.go
@@ -21,8 +21,7 @@ func (h *HydratedProjTarget) Icon() string {
}
func (h *HydratedProjTarget) Description() string {
- //TODO implement me
- return "//TODO"
+ return h.BaseTarget.Cmd
}
func (p *ProjTarget) Create(s *model.Source) *exec.Cmd {