doocus update and meeting list export
This commit is contained in:
@@ -51,6 +51,9 @@ def main() -> int:
|
||||
f"{c['meeting']} meeting, {c['link']} linked"
|
||||
+ (f", {c['warnings']} with warnings" if c.get("warnings") else "")
|
||||
+ (" (dry run — nothing written)" if args.dry_run else ""))
|
||||
if not args.dry_run and c["meeting"]:
|
||||
print(f"→ {args.output}/meetings.txt lists the {c['meeting']} meeting path(s) "
|
||||
f"for meetus: `ctrl/batch.sh -i <mount> -o {args.output} -l {args.output}/meetings.txt`")
|
||||
return 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user