added tree command to allow an full overview of uds data

This commit is contained in:
Adolfo Gómez García
2022-09-16 18:45:37 +02:00
parent 8c6390733c
commit 4ec8841a57
4 changed files with 314 additions and 8 deletions

View File

@@ -161,8 +161,8 @@ class Command(BaseCommand):
if not start and not stop:
if pid:
sys.stdout.write(
self.stdout.write(
"Task manager found running (pid file exists: {0})\n".format(pid)
)
else:
sys.stdout.write("Task manager not foud (pid file do not exits)\n")
self.stdout.write("Task manager not foud (pid file do not exits)\n")