Ticket #42 (closed defect: fixed)
Folder names with double quotes around them have the double quotes stripped
| Reported by: | menno | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.6 |
| Version: | Keywords: | ||
| Cc: |
Description
In [1]: c.create_folder('"foo"')
Out[1]: 'Create completed.'
In [2]: c.create_folder('"foo" bar')
Out[2]: 'Create completed.'
In [3]: [x for x in c.list_folders() if 'foo' in str(x)]
Out[3]: [(['\\HasNoChildren'], '/', '"foo" bar'), (['\\HasNoChildren'], '/', 'foo')]
There could be similar issues with other folder handling methods.
Change History
Note: See
TracTickets for help on using
tickets.
