sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35675
[Bug 1518445] [NEW] reload() stopped working
Public bug reported:
For a couple of days, the reload() method/function worked. Then it
stopped working, so now i have to restart Sikuli when I modify an
imported function.
Version: 1.1.0
Mac OS 10.9.5
Procedure:
#in sub.sikuli
from script1 import *
reload(script1)
^^^ reload used to have a different color, now it's just black font.
When I modify the imported function, the changes do not carry to
sub.sikuli. i need to restart sikuli just to the sub script updated with
the changes.
** 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/1518445
Title:
reload() stopped working
Status in Sikuli:
New
Bug description:
For a couple of days, the reload() method/function worked. Then it
stopped working, so now i have to restart Sikuli when I modify an
imported function.
Version: 1.1.0
Mac OS 10.9.5
Procedure:
#in sub.sikuli
from script1 import *
reload(script1)
^^^ reload used to have a different color, now it's just black font.
When I modify the imported function, the changes do not carry to
sub.sikuli. i need to restart sikuli just to the sub script updated
with the changes.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1518445/+subscriptions
Follow ups