sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19268
[Bug 1190176] Re: [1.0] command line arguments with Sikuli Standard Commandline Option characters (-r, -s, -t, ...) are ignored or give errors
** Changed in: sikuli
Importance: High => Critical
** Description changed:
+ --- fixed with 1.0.1
+
Hello,
I'm passing command line argument(s) with sys.argv[1:] and for most of
them it works. There were 3-4 args which when used immediately
failed/aborted the Sikuli run, without any error. On analyzing, I
observed that all these arguments are starting with either of "-rxxxx",
"-sxxxx" or "-txxxx". There appear a conflict with the Sikuli standard
command line arguments (-r, -s, -t) and those I used, although I'm using
a string (e.g. "-report", "-test") rather than a single character.
The question is, how to pass such arguments that start with standard
command line arguments (-r, -s. -t)?
Thanks.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1190176
Title:
[1.0] command line arguments with Sikuli Standard Commandline Option
characters (-r, -s, -t, ...) are ignored or give errors
Status in Sikuli:
Fix Committed
Bug description:
--- fixed with 1.0.1
Hello,
I'm passing command line argument(s) with sys.argv[1:] and for most of
them it works. There were 3-4 args which when used immediately
failed/aborted the Sikuli run, without any error. On analyzing, I
observed that all these arguments are starting with either of
"-rxxxx", "-sxxxx" or "-txxxx". There appear a conflict with the
Sikuli standard command line arguments (-r, -s, -t) and those I used,
although I'm using a string (e.g. "-report", "-test") rather than a
single character.
The question is, how to pass such arguments that start with standard
command line arguments (-r, -s. -t)?
Thanks.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1190176/+subscriptions
References