diff options
Diffstat (limited to 'meta/lib/oeqa/sdk/context.py')
-rw-r--r-- | meta/lib/oeqa/sdk/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/context.py b/meta/lib/oeqa/sdk/context.py index 09e77c19fe..01c38c24e6 100644 --- a/meta/lib/oeqa/sdk/context.py +++ b/meta/lib/oeqa/sdk/context.py | |||
@@ -136,7 +136,7 @@ class OESDKTestContextExecutor(OETestContextExecutor): | |||
136 | sdk_envs = OESDKTestContextExecutor._get_sdk_environs(args.sdk_dir) | 136 | sdk_envs = OESDKTestContextExecutor._get_sdk_environs(args.sdk_dir) |
137 | if not sdk_envs: | 137 | if not sdk_envs: |
138 | raise argparse_oe.ArgumentUsageError("No available SDK "\ | 138 | raise argparse_oe.ArgumentUsageError("No available SDK "\ |
139 | "enviroments found at %s" % args.sdk_dir, self.name) | 139 | "environments found at %s" % args.sdk_dir, self.name) |
140 | 140 | ||
141 | if args.list_sdk_env: | 141 | if args.list_sdk_env: |
142 | self._display_sdk_envs(logger.info, args, sdk_envs) | 142 | self._display_sdk_envs(logger.info, args, sdk_envs) |