Modify ↓
Opened 15 years ago
Closed 6 years ago
#5453 closed defect (fixed)
Image filenames cannot contain whitespace
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | TracWikiToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Although the image macro allows whitespace in the filenames, when the PDF is generated we see the following error:
Error: Macro Image(foo.png) failed sequence item 0: expected string, NoneType found
It is straightforward to change the filenames to not included whitespace, but it would be a nice fix if whitespace where allowed.
Attachments (0)
Change History (4)
comment:1 Changed 14 years ago by
Priority: | normal → high |
---|
comment:2 Changed 14 years ago by
Owner: | changed from Diorgenes Felipe Grzesiuk to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
Status: | assigned → new |
---|
comment:4 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Image filenames with whitespace are okay as of r17340.