ソースを参照

Set channel in abstract ProcessLogEvent
This doesn't really do anything but it was changed on master in
dd7d2e1ad332593d760db5dd4431e5527148a409 and applying it here
also makes diffing the branches easier.

Mike Naberezny 9 年 前
コミット
b350690b1c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      supervisor/events.py

+ 1 - 0
supervisor/events.py

@@ -19,6 +19,7 @@ class Event:
 
 
 class ProcessLogEvent(Event):
 class ProcessLogEvent(Event):
     """ Abstract """
     """ Abstract """
+    channel = None
     def __init__(self, process, pid, data):
     def __init__(self, process, pid, data):
         self.process = process
         self.process = process
         self.pid = pid
         self.pid = pid