mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdImport
- Converted from A3 to A3t.
This commit is contained in:
parent
bd69f8ad6c
commit
51a735cfba
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int CmdImport::execute (std::string& output)
|
|||
int count = 0;
|
||||
|
||||
// Use the description as a file name.
|
||||
std::vector <std::string> words = context.a3.extract_words ();
|
||||
std::vector <std::string> words = context.a3t.getWords ();
|
||||
if (! words.size ())
|
||||
throw std::string (STRING_CMD_IMPORT_NOFILE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue