From 466758ce0a6de964f6ed8228d78fb7e9a4ff9a67 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 14 Apr 2026 19:04:41 +0200 Subject: add descriptions --- runner/python/projtarget.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runner/python') 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 { -- cgit v1.3