sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34392
[Bug 1480145] Re: [1.1.0] RunServer should accept arguments
ok, sorry for the delay.
just fixed it:
https://github.com/RaiMan/SikuliX-2014/commit/67351b3aa8858acac69fd0eb18102f19f791eab8
works with tomorrow's build.
** Changed in: sikuli
Importance: High => Critical
** Summary changed:
- [1.1.0] RunServer should accept arguments
+ [1.1.0] RunServer should accept user arguments for Python scripts (-- arg1 arg2 ...) --- fixed 2015-08-28+
--
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