sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57227
[Bug 1917408] Re: [2.0.5] IDE: bundlePath having blanks in pathname do not work --- fixed
Hi raiman
we are still seeing this issue in preview mode when click double click on image. image does not open and spinner goes in a loop
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to SikuliX.
https://bugs.launchpad.net/bugs/1917408
Title:
[2.0.5] IDE: bundlePath having blanks in pathname do not work ---
fixed
Status in SikuliX:
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