sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37843
[Bug 1518948] Re: [1.1.0] creating .skl: additional .py file created
** Changed in: sikuli
Status: New => Fix Committed
** Changed in: sikuli
Importance: Undecided => Critical
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.1.1
** Summary changed:
- [1.1.0] creating .skl: additional .py file created
+ [1.1.0] creating .skl: additional .py file created --- fixed 1.1.1 2016-05-01+
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1518948
Title:
[1.1.0] creating .skl: additional .py file created --- fixed 1.1.1
2016-05-01+
Status in Sikuli:
Fix Committed
Bug description:
When my team exports an executable of a .sikuli script, besides
creating the .skl file, the IDE creates a .py file with its named
being a composition of the .sikuli folder complete name and the
.sikuli folder without the .sikuli extension. It contains the exact
python script of the sikuli script created by the user.
For example:
TestSomething.sikuli (project)
TestSomething.sikuliTestSomething.py (generated file)
I've seen the code and the export action creates that file, we tried
to execute our tests deleting that files and we found they are, in our
terms, useless, so maybe that files were created to be used in
development phase.
So my question is, this files are needed by sikuli, if they are
useless, can you, please, remove the line in the IDE code were they
are created?
Thank you very much and keep working.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1518948/+subscriptions
References