diff options
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
| -rw-r--r-- | bitbake/lib/bb/server/process.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index 28b8eb9b86..80a7875ad9 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
| @@ -499,6 +499,7 @@ def connectProcessServer(sockname, featureset): | |||
| 499 | except IOError as e: | 499 | except IOError as e: |
| 500 | if e.errno == errno.EWOULDBLOCK: | 500 | if e.errno == errno.EWOULDBLOCK: |
| 501 | pass | 501 | pass |
| 502 | raise | ||
| 502 | finally: | 503 | finally: |
| 503 | os.chdir(cwd) | 504 | os.chdir(cwd) |
| 504 | 505 | ||
