mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +02:00
Bug
- Missed an 'else' in the code.
This commit is contained in:
parent
fb7c227814
commit
5468365b85
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ int CmdImport::execute (std::string& output)
|
||||||
;
|
;
|
||||||
|
|
||||||
// Urgency, if present, is ignored.
|
// Urgency, if present, is ignored.
|
||||||
if (i->first == "urgency")
|
else if (i->first == "urgency")
|
||||||
;
|
;
|
||||||
|
|
||||||
// Dates are converted from ISO to epoch.
|
// Dates are converted from ISO to epoch.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue