Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Nov 1, 2023
1 parent 113beca commit 5a54bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/organize.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5a54bf1

Please sign in to comment.