fava
fava copied to clipboard
Directories in import-dirs can't have spaces
split(" ") means directories can't have spaces.
https://github.com/beancount/fava/blob/3b687b0e6d58f8206f0bee9cfa54e771f80dfcfe/src/fava/core/fava_options.py#L213
Yeah, probably would have been better to make that an option import-dir (that can be given multiple times). A PR adding that would be welcome.