File diff 42442c401f9a → 72f144e1fffb
conservancy_beancount/tools/extract_odf_links.py
Show inline comments
...
 
@@ -173,7 +173,7 @@ def main(arglist: Optional[Sequence[str]]=None,
 
            elif path not in seen:
 
                seen.add(path)
 
                if not path.exists():
 
                   logger.warning("path %s not found", path)
 
                   logger.warning("link path not found: %s", path)
 
                print(path, end=args.delimiter, file=stdout)
 

	
 
    returncode = 0