On Thu, 2006-03-16 at 09:54 +0100, Christian Gehrig wrote:
> Actually the solution for the problem was very simple but 
> nevertheless not realy plausible to me. I have to put the 
> "--auth"-option before the other options.

Well, the --auth option can go in any order in relation to other
"options", but the list of project names are "arguments", not options.
Options being "-p", "-d", "--auth", or anything else starting with a
dash.  Arguments are the list of additional items at the end which can
be anything (in this case project paths).  The default behavior of the
OptionParser class in Python is not to allow options and arguments to be
interspersed.

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to