sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34399
[Bug 1480145] Re: [1.1.0] RunServer should accept user arguments for Python scripts (-- arg1 arg2 ...) --- fixed 2015-08-28+
Thankx Raiman, tested on WIN7 from cmd line with resolution PASSED.
Win platform > for arguments containing spaces > e.g.
runsikulix.cmd -s -- test1 test2 "test 3"
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1480145
Title:
[1.1.0] RunServer should accept user arguments for Python scripts (--
arg1 arg2 ...) --- fixed 2015-08-28+
Status in Sikuli:
Fix Committed
Bug description:
SikuliX version 1.1.0-20150712.231026-126
Win7 Pro SP1 64 bit Microsoft Windows [Version 6.1.7601]
Run RunServer with command >
c:\Tools\SikuliX-1.1.0>runsikulix.cmd -s -- arg1 arg2 arg3
sys.argv returns value "None" when asked to provide a list of values
during run-time >
for arg in sys.argv:
print arg
Running in IDE passed the values for sys.argv
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1480145/+subscriptions
References