From 2bb9c521f2bd0ec3fb9cac47f11b67c43f1b126f Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 16 Nov 2023 14:33:05 -0500 Subject: [PATCH] Fix typing error --- dandi/cli/cmd_move.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandi/cli/cmd_move.py b/dandi/cli/cmd_move.py index b7bae6fb9..491905606 100644 --- a/dandi/cli/cmd_move.py +++ b/dandi/cli/cmd_move.py @@ -44,7 +44,7 @@ @devel_debug_option() @map_to_click_exceptions def move( - paths: tuple[str], + paths: tuple[str, ...], dandiset: str | None, dry_run: bool, existing: str,