Roundup Tracker - Issues

Message2200

Author a1s
Recipients
Date 2006-03-03.08:56:27
Message-id
In-reply-to
Logged In: YES 
user_id=8719

parsing command line in roundup-admin shell is not
consistent with command line arguments.  if i run export
from command line like 'roundup-admin export
C:\roundup\export' it works ok, but the same command entered
at roundup-admin prompt raises error shown above.

the culprit is the token module eating up backslashes:

>>> from roundup import token
>>> token.token_split("export C:\\roundup\\export")
['export', 'C:\roundupexport']
History
Date User Action Args
2009-02-03 14:21:40adminlinkissue1441336 messages
2009-02-03 14:21:40admincreate