From: lihuanhuan Date: Sat, 13 Apr 2013 06:22:37 +0000 (+0800) Subject: Fix native and bootstrap mode switch automatically X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cfc08679bc314bced757beb0efc61323252e7b9;p=platform%2Fupstream%2Fmic.git Fix native and bootstrap mode switch automatically Fixes: #1242 MIC should not fallback to native mode if bootstrap package can not be found Change-Id: Ia682572aaaf9e028ea8e15f2d8082d0b6f1a781c --- diff --git a/mic/rt_util.py b/mic/rt_util.py index e718c67..d8052f6 100644 --- a/mic/rt_util.py +++ b/mic/rt_util.py @@ -84,7 +84,7 @@ def bootstrap_mic(argv=None): except errors.BootstrapError, err: msger.warning('\n%s' % err) - if msger.ask("Switch to native mode and continue?"): + if msger.ask("Switch to native mode and continue?", False): return raise except RuntimeError, err: