mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
tmux
Revert "tmux" This reverts commit 526350ad7a0c098b1ddf6296a14ca10f01b68bc9. Update manager.py
This commit is contained in:
@@ -339,7 +339,7 @@ def manager_thread() -> None:
|
||||
running = ' '.join("{}{}\u001b[0m".format("\u001b[32m" if p.proc.is_alive() else "\u001b[31m", p.name)
|
||||
for p in managed_processes.values() if p.proc)
|
||||
|
||||
if os.path.isfile("/tmp/print_processes"):
|
||||
if os.path.isfile("/data/print_processes"):
|
||||
print(running)
|
||||
|
||||
cloudlog.debug(running)
|
||||
|
||||
Reference in New Issue
Block a user