diff options
| -rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index e8360c2af1..658f7c8abd 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -332,7 +332,7 @@ class BaseConfig(object): | |||
| 332 | self.set_machine_deploy_dir(arg, deploy_dir_image) | 332 | self.set_machine_deploy_dir(arg, deploy_dir_image) |
| 333 | else: | 333 | else: |
| 334 | logger.error("%s not a directory valid DEPLOY_DIR_IMAGE" % deploy_dir_image) | 334 | logger.error("%s not a directory valid DEPLOY_DIR_IMAGE" % deploy_dir_image) |
| 335 | raise Exception("Failed to set MACHINE to %s. Unknown arg: %s" % (arg, arg)) | 335 | self.set("MACHINE", arg) |
| 336 | 336 | ||
| 337 | def check_args(self): | 337 | def check_args(self): |
| 338 | unknown_arg = "" | 338 | unknown_arg = "" |
