mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Bug Fix - export
- Fixed export bug that was emitting quoted blank strings, instead of blank strings. - Fixed undo.t unit tests.
This commit is contained in:
parent
456a493ab5
commit
cea84b3d3b
4 changed files with 49 additions and 19 deletions
|
@ -287,7 +287,7 @@ void Context::loadCorrectConfigFile ()
|
|||
if (access (file.c_str (), F_OK))
|
||||
throw std::string ("Could not read configuration file '") + file + "'";
|
||||
|
||||
message (std::string ("Using alternate .taskrc file ") + file); // TODO i18n
|
||||
header (std::string ("Using alternate .taskrc file ") + file); // TODO i18n
|
||||
config.clear (); // Dump current values.
|
||||
config.setDefaults (); // Add in the custom reports.
|
||||
config.load (file); // Load new file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue