mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feedback
- Converted std::cout to context.footnote, for custom reports and burndown. Not sure why they were wrong.
This commit is contained in:
parent
5e4f7feff8
commit
36e5e650d4
2 changed files with 2 additions and 3 deletions
|
@ -428,7 +428,7 @@ std::string Chart::render ()
|
|||
}
|
||||
|
||||
if (max_value == 0)
|
||||
return std::string (STRING_FEEDBACK_NO_MATCH) + "\n";
|
||||
context.footnote (STRING_FEEDBACK_NO_MATCH);
|
||||
|
||||
// Create a grid, folded into a string.
|
||||
grid = "";
|
||||
|
|
|
@ -175,8 +175,7 @@ int CmdCustom::execute (std::string& output)
|
|||
}
|
||||
else
|
||||
{
|
||||
out << STRING_FEEDBACK_NO_MATCH
|
||||
<< std::endl; // Yes, flush required.
|
||||
context.footnote (STRING_FEEDBACK_NO_MATCH);
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue