Changeset - 44946a061df4
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2020-06-12 19:56:29
brettcsmith@brettcsmith.org
accrual: Aging report is written to repository path by default.

Opening it here is necessary for repository links to work anyway.
2 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/accrual.py
Show inline comments
...
 
@@ -726,3 +726,4 @@ def main(arglist: Optional[Sequence[str]]=None,
 
            if args.output_file is None:
 
                args.output_file = Path(now.strftime('AgingReport_%Y-%m-%d_%H:%M.ods'))
 
                out_dir_path = config.repository_path() or Path()
 
                args.output_file = out_dir_path / now.strftime('AgingReport_%Y-%m-%d_%H:%M.ods')
 
                logger.info("Writing report to %s", args.output_file)
setup.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ setup(
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.1.11',
 
    version='1.1.12',
 
    author='Software Freedom Conservancy',
0 comments (0 inline, 0 general)