mic

tizen-mic:sandbox/wangbiao/py3_version

Last commit made on 2023-08-29
Get this branch:
git clone -b sandbox/wangbiao/py3_version https://git.launchpad.net/tizen-mic

Branch merges

Branch information

Name:
sandbox/wangbiao/py3_version
Repository:
lp:tizen-mic

Recent commits

b3bf9c7... by "biao716.wang" <email address hidden>

fix mic install error on opensuse15.x distro

Change-Id: I2daa04580d68518b32c765c05dcdf6b814ce2e18
Signed-off-by: biao716.wang <email address hidden>

3e230e9... by "biao716.wang" <email address hidden>

fix pylint error for 3rd-party with python3.x

Change-Id: I3f4e1ab34cbdcda4615fed0dd5ecd1351a9822b4
Signed-off-by: biao716.wang <email address hidden>

4a703ab... by "biao716.wang" <email address hidden>

fix run error during output errmsg

Change-Id: I67c04a0dd9970ba34d4504e6099d00bfba33dbd9
Signed-off-by: biao716.wang <email address hidden>

be9b9c5... by "biao716.wang" <email address hidden>

merge some os source for urlgrabber-4.1.0

Change-Id: I03519e2b2445768ca47d44640d962502cae54489
Signed-off-by: biao716.wang <email address hidden>

9e9cfcb... by "biao716.wang" <email address hidden>

enable global arguament '-d' '-i' '-v' to mic create subcommands

Change-Id: Ife1550c3740a62b15b39fbea3b5cd79c010153ab
Signed-off-by: biao716.wang <email address hidden>

e7083af... by "biao716.wang" <email address hidden>

revert fix mic create help info

Change-Id: I667d0b8522d9dbb5b7b90f75e2af078abab3c94b
Signed-off-by: biao716.wang <email address hidden>

7ec6331... by "biao716.wang" <email address hidden>

fix mic create help info
change from
usage: mic create [-h] {auto,fs,loop,qcow,raw} ...
mic create: error: the following arguments are required: subcommand
to
usage: mic create [-h] {auto,fs,loop,qcow,raw} ...
mic create: error: the following arguments are required: {auto,fs,loop,qcow,raw}

Change-Id: Ibbe2f7958fe6576ed9ec0adbec2334e73bdcc3f3
Signed-off-by: biao716.wang <email address hidden>

97a9bcc... by "biao716.wang" <email address hidden>

covert the captured error info to string

Change-Id: I7c93fdb36085b8bcfc79f4fcd447329474746921
Signed-off-by: biao716.wang <email address hidden>

0c25525... by "biao716.wang" <email address hidden>

include dependency packages to mic source code

Change-Id: I26475c497e8a635d913fefbe2d9e124dda2f3740
Signed-off-by: biao716.wang <email address hidden>

02ff9ea... by "biao716.wang" <email address hidden>

fix mic run error in mic-bootstrap
The related code is changed in python3.10 in ubuntu22.04 for loggigng module.
once using --logfile=xxx option, it will show error: AttributeError: 'MicFileHandler' object has no attribute '_builtin_open'
this attribute is in FileHanderler, should declare it in child class MicFileHandler. Because in it, it use Handler to initialize.
Change-Id: I6eda4c1adadc73adc888262909fc825138c3af76
Signed-off-by: biao716.wang <email address hidden>