From eef72bd9a0ca7a0713243bf76652a66484e4fcb1 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 22 Jul 2021 12:40:16 -0400 Subject: [PATCH] Fix indentation level --- dandi/cli/command.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dandi/cli/command.py b/dandi/cli/command.py index a6efd1c6b..022f01cc1 100644 --- a/dandi/cli/command.py +++ b/dandi/cli/command.py @@ -125,7 +125,8 @@ def main(ctx, log_level, pdb=False): from ..utils import check_dandi_version, setup_exceptionhook setup_exceptionhook() - check_dandi_version() + + check_dandi_version() #