GothenburgBitFactory / timewarrior

Timewarrior - Commandline Time Tracking and Reporting
https://timewarrior.net
MIT License
1.2k stars 91 forks source link

Issues with config import #579

Open lauft opened 6 months ago

lauft commented 6 months ago

An import statement in config files is currently not working if the path contains less than 3 slashes, e.g.

import /foo/file

Also, any issue with invalid file paths is masked. The following import statements do not display any error message:

import /path/to/not/readable
import /path/to/non/existing
import does + not - make / sense