Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[device/centec] Replace os.system and remove subprocess with shell=True #12024

Merged
merged 3 commits into from
Oct 7, 2022

Commits on Sep 8, 2022

  1. Replace os.system and os.popen

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    8f5e85f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Add trailing new line

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6db29a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Use subprocess.call

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3759cca View commit details
    Browse the repository at this point in the history