summaryrefslogtreecommitdiff
path: root/runner/python
diff options
context:
space:
mode:
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 {