Opened 15 years ago
Closed 15 years ago
#6232 closed defect (fixed)
Invalid argument
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | PlannedMilestonesMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When I try to use the sample you provided in the wiki, I got the following error :
Error: Macro PlannedMilestones(max=5, include=next-major, ignore=noduedate) failed invalid literal for int() with base 10: 'include=next-major'
moreover using this macro without argument, display "(Unspecified)" instead of "(later)"
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from jornh to Ryan J Ollos |
---|---|
Summary: | invalid argument → Invalid argument |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to crusty.applesniffer@free.fr:
When I try to use the sample you provided in the wiki, I got the following error :
Error: Macro PlannedMilestones(max=5, include=next-major, ignore=noduedate) failed invalid literal for int() with base 10: 'include=next-major'
moreover using this macro without argument, display "(Unspecified)" instead of "(later)"
This should work as of [7504].
Valid keyword arguments are:
- max=<Integer>
- include=<Pattern>
- ignore=noduedate
At present include
will not take a comma separated list, and exclude
has not yet been implemented. I will add those features shortly.
If you have a chance to test out, I'd appreciate the feedback.
I still have quite a bit of work to do with this plugin. Thanks for the feedback and I will keep you posted on a fix.