← Back to team overview

sikuli-driver team mailing list archive

[Bug 1808573] Re: [1.1.4] Mac: app name with space does not work --- fixed 2018-12-20 build#153

 

** Changed in: sikuli
       Status: Fix Committed => Fix Released

** Changed in: sikuli
    Milestone: 1.1.4 => 2.0.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1808573

Title:
  [1.1.4] Mac: app name with space does not work --- fixed 2018-12-20
  build#153

Status in Sikuli:
  Fix Released

Bug description:
  For example:
  x = App("/Applications/System Preferences.app"
  x.open()

  Not works

  For run run app that name contains space(mac)  before space must write \(backslash):
  x = App("/Applications/System\ Preferences.app"
  x.open()

  in that case app runs, but in message area appears error:
  [error] App: create: does not exist: /Applications/System\ Preferences.app

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1808573/+subscriptions


References