diff options
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
| -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 4eefe01852..f1e8450b12 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
| @@ -48,7 +48,7 @@ class ServerCommunicator(): | |||
| 48 | if self.connection.poll(.5): | 48 | if self.connection.poll(.5): |
| 49 | return self.connection.recv() | 49 | return self.connection.recv() |
| 50 | else: | 50 | else: |
| 51 | return None | 51 | return None, "Timeout while attempting to communicate with bitbake server" |
| 52 | except KeyboardInterrupt: | 52 | except KeyboardInterrupt: |
| 53 | pass | 53 | pass |
| 54 | 54 | ||
