diff options
| -rwxr-xr-x | scripts/oe-pkgdata-util | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index 116cfae742..cb19cc4ae5 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util | |||
| @@ -496,7 +496,7 @@ def main(): | |||
| 496 | sys.exit(1) | 496 | sys.exit(1) |
| 497 | 497 | ||
| 498 | if not os.path.exists(args.pkgdata_dir): | 498 | if not os.path.exists(args.pkgdata_dir): |
| 499 | logger.error('Unable to find pkgdata directory %s' % pkgdata_dir) | 499 | logger.error('Unable to find pkgdata directory %s' % args.pkgdata_dir) |
| 500 | sys.exit(1) | 500 | sys.exit(1) |
| 501 | 501 | ||
| 502 | ret = args.func(args) | 502 | ret = args.func(args) |
