diff options
-rw-r--r-- | bitbake/lib/bb/server/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index d362f8d7fe..7671b26a80 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
@@ -115,7 +115,7 @@ class ProcessServer(Process, BaseImplServer): | |||
115 | self.quitout.recv() | 115 | self.quitout.recv() |
116 | self.quit = True | 116 | self.quit = True |
117 | 117 | ||
118 | self.idle_commands(.1, [self.event_queue._reader, self.command_channel, self.quitout]) | 118 | self.idle_commands(.1, [self.command_channel, self.quitout]) |
119 | except Exception: | 119 | except Exception: |
120 | logger.exception('Running command %s', command) | 120 | logger.exception('Running command %s', command) |
121 | 121 | ||