Message2200
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']
|
|
Date |
User |
Action |
Args |
2009-02-03 14:21:40 | admin | link | issue1441336 messages |
2009-02-03 14:21:40 | admin | create | |
|