← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #231661]: [1.0] Env.getOS() return MAC on linux centos 6.4

 

Question #231661 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/231661

    Status: Open => Answered

RaiMan proposed the following answer:
comment #5 is in fact the workaraound ;-)

def myGetOS():
    import java.lang.System as JS
    return JS.getProperty("os.name")

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.