← Back to team overview

sikuli-driver team mailing list archive

[Question #446323]: Script runs twice when it is imported

 

New question #446323 on Sikuli:
https://answers.launchpad.net/sikuli/+question/446323

Hello,

I have a script main with the following structure:

# script1
import Script1
reload (Script1)

# script2
import Script
reload (Script2)

.
.
.

# scriptN
import ScriptN
reload (ScriptN)


When I run this main, some scripts run twice.
What can I do to avoid that?

Thanks!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.