-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In pm2/__init__.py Line 68-73:
def __init__(self, json_data: dict) -> None:
self.name = json_data["name"]
if json_data["pid"]:
self.pid = json_data["pid"]
if json_data["pm_id"]:
self.pm_id = json_data["pm_id"]When pm2 has some stopped items those have no pids, if json_data["pid"] report bugs!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels