← Back to team overview

sikuli-driver team mailing list archive

[Bug 1269650] [NEW] getBundlePath() adds extra slash at end in version 1.0.1

 

Public bug reported:

Using getBundlePath() yields "/path/to/bundle.sikuli/ " as opposed to
"/path/to/bundle.sikuli", which was the behavior in previous versions.

Because of this change, os.path.dirname(getBundlePath()) stops giving
you "/path/to" and instead gives you '/path/to/bundle.sikuli", which a
rather annoying inconvenience.

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  getBundlePath() adds extra slash at end in version 1.0.1

Status in Sikuli:
  New

Bug description:
  Using getBundlePath() yields "/path/to/bundle.sikuli/ " as opposed to
  "/path/to/bundle.sikuli", which was the behavior in previous versions.

  Because of this change, os.path.dirname(getBundlePath()) stops giving
  you "/path/to" and instead gives you '/path/to/bundle.sikuli", which a
  rather annoying inconvenience.

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


Follow ups

References