Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Nov 26, 2024
1 parent 3ed98ba commit 77a6f7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scilpy/io/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,9 @@ def add_skip_b0_check_arg(parser, will_overwrite_with_min,
def add_precision_arg(parser):
parser.add_argument('--precision', type=ranged_type(int, 1),
default=FLOATING_POINTS_PRECISION,
help='Precision for floating point values. Numbers are '
'truncated up to the number of decimals provided.')
help='Precision for floating point values. Numbers '
'are rounded up to \nthe number of decimals '
'provided. [Default: %(default)s]')


def add_verbose_arg(parser):
Expand Down

0 comments on commit 77a6f7d

Please sign in to comment.