From 5c6f1c6173f34c2724c664109e50ef3462214891 Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Fri, 10 Jan 2025 14:45:33 +0100 Subject: [PATCH] commands.manual:cmd_manual_convert - fix incorrect usage of `\b` to format a list --- digiarch/commands/manual.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/digiarch/commands/manual.py b/digiarch/commands/manual.py index 058af831..748a790e 100644 --- a/digiarch/commands/manual.py +++ b/digiarch/commands/manual.py @@ -154,7 +154,7 @@ def cmd_manual_convert( files: tuple[str | Path, ...], dry_run: bool, ): - r""" + """ Manually add converted files with ORIGINAL UUID as their parent. \b @@ -170,7 +170,7 @@ def cmd_manual_convert( Run the identify command to assign a PUID (and action where applicable) to newly-added files. To see the changes without committing them, use the --dry-run option. - """ + """ # noqa: D301 avid = get_avid(ctx) target_dir: Path