diff options
Diffstat (limited to 'bitbake/lib/bb/process.py')
| -rw-r--r-- | bitbake/lib/bb/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/process.py b/bitbake/lib/bb/process.py index 4150d80e06..b74cb18066 100644 --- a/bitbake/lib/bb/process.py +++ b/bitbake/lib/bb/process.py | |||
| @@ -93,7 +93,7 @@ def run(cmd, input=None, log=None, **options): | |||
| 93 | 93 | ||
| 94 | try: | 94 | try: |
| 95 | pipe = Popen(cmd, **options) | 95 | pipe = Popen(cmd, **options) |
| 96 | except OSError, exc: | 96 | except OSError as exc: |
| 97 | if exc.errno == 2: | 97 | if exc.errno == 2: |
| 98 | raise NotFoundError(cmd) | 98 | raise NotFoundError(cmd) |
| 99 | else: | 99 | else: |
