On Sunday, November 2, 2014 5:10:19 AM UTC, Clemens Heuberger wrote:
>
> $ /local/sage/sage-6.3/sage -n "directory='sage.sagenb'" 
> Traceback (most recent call last): 
> ... 
>   File "<string>", line 1 
>     notebook(directory=r''''sage.sagenb'''') 
>                                            ^ 
> SyntaxError: EOL while scanning string literal 
>


IMHO that is the expected outcome for an optional command line argument. If 
you don't want the command line parsing to end (and not treat 
"directory..." as value) then you should use

sage -n -- directory=sage.sagenb

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to