Skip to content

Commit

Permalink
rf: write a 1-tuple in a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Dec 12, 2024
1 parent 0cb90de commit 6281496
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datalad_remake/commands/make_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ class Make(ValidatedInterface):
'in $DATASET/.datalad/remake/methods)',
),
'label': Parameter(
args=(
'--label',
),
args=('--label',),
doc='Label of the computation. This is a user defined name that '
'is used to identify and prioritize computations, if more than one '
'computation is registered for a file. If no label is provided, '
Expand Down

0 comments on commit 6281496

Please sign in to comment.