From 5a54bf1c17de9234a7300d0a8dcf87f1534ec026 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:38:10 -0400 Subject: [PATCH] linter --- dandi/organize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandi/organize.py b/dandi/organize.py index 4790bcafc..454668ab3 100644 --- a/dandi/organize.py +++ b/dandi/organize.py @@ -724,7 +724,7 @@ def organize( jobs: Optional[int] = None, ): in_place = False # If we deduce that we are organizing in-place - jobs= jobs or -1 + jobs = jobs or -1 # will come handy when dry becomes proper separate option def dry_print(msg):