fava icon indicating copy to clipboard operation
fava copied to clipboard

Directories in import-dirs can't have spaces

Open gerdemb opened this issue 2 months ago • 1 comments

split(" ") means directories can't have spaces.

https://github.com/beancount/fava/blob/3b687b0e6d58f8206f0bee9cfa54e771f80dfcfe/src/fava/core/fava_options.py#L213

gerdemb avatar Oct 13 '25 03:10 gerdemb

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.

yagebu avatar Nov 09 '25 16:11 yagebu