diff options
Diffstat (limited to 'scripts/lib/devtool/search.py')
-rw-r--r-- | scripts/lib/devtool/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/search.py b/scripts/lib/devtool/search.py index e6ae9229c0..c2f420c33c 100644 --- a/scripts/lib/devtool/search.py +++ b/scripts/lib/devtool/search.py | |||
@@ -29,7 +29,7 @@ logger = logging.getLogger('devtool') | |||
29 | def search(args, config, basepath, workspace): | 29 | def search(args, config, basepath, workspace): |
30 | """Entry point for the devtool 'search' subcommand""" | 30 | """Entry point for the devtool 'search' subcommand""" |
31 | 31 | ||
32 | tinfoil = setup_tinfoil(config_only=True) | 32 | tinfoil = setup_tinfoil(config_only=True, basepath=basepath) |
33 | pkgdata_dir = tinfoil.config_data.getVar('PKGDATA_DIR', True) | 33 | pkgdata_dir = tinfoil.config_data.getVar('PKGDATA_DIR', True) |
34 | tinfoil.shutdown() | 34 | tinfoil.shutdown() |
35 | 35 | ||