sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56857
[Bug 1917408] Re: [2.0.5] IDE: bundlePath having blanks in pathname do not work --- fixed
Thanks Raiman
yes i have check and this works fine and able to use it
however have logged another questions related to 2.0.4 but not related to this which is blocking us from using new build
https://answers.launchpad.net/sikuli/+question/695853
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1917408
Title:
[2.0.5] IDE: bundlePath having blanks in pathname do not work ---
fixed
Status in Sikuli:
Fix Committed
Bug description:
print("Parent",getParentFolder())
exit(2)
using the above code
in 2.0.4
output
('Parent', u'C:\\Perf\\Work\\Groups\\AntiPirates\\PDFNext\\Automations\\FeatTests\\FEAT\\Unified Share\\UI_Automation\\TestFiles\\')
[info] Exit code: 2
in 2.0.5
('Parent', u'/C:/Perf/Work/Groups/AntiPirates/PDFNext/Automations/FeatTests/FEAT/Unified%20Share/UI_Automation/TestFiles/DragDrop.sikuli\\')
notice the path seperator "/" are incorrect as a result any imports
fail
OS windows
this makes build 2.0.5 unusable 64 bit java 14- please suggest workaround
similar issue is seen with getImagePath() on windows
print(getImagePath())
2.0.4
[u'C:\\Perf\\Work\\Groups\\AntiPirates\\PDFNext\\Automations\\FeatTests\\FEAT\\Unified Share\\UI_Automation\\image.sikuli']
2.0.5
[u'/C:/Perf/Work/Groups/AntiPirates/PDFNext/Automations/FeatTests/FEAT/Unified%20Share/UI_Automation/image.sikuli/']
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1917408/+subscriptions
References