Skip to content

Commit

Permalink
commands.manual:cmd_manual_convert - fix incorrect usage of \b to f…
Browse files Browse the repository at this point in the history
…ormat a list
  • Loading branch information
MatteoCampinoti94 committed Jan 10, 2025
1 parent 3cbb8ae commit 5c6f1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digiarch/commands/manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5c6f1c6

Please sign in to comment.