Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux committed Dec 25, 2023
1 parent ff896ea commit ac60313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions casanovo/casanovo.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def __init__(self, *args, **kwargs) -> None:
click.Option(
("-o", "--output"),
help="The root file name to which results (i.e. the mzTab file "
"during sequencing, as well as the log file during all "
"modes) will be written. If not specified, a default "
"timestamped file name will be used.",
"during sequencing, as well as the log file during all modes) "
"will be written. If not specified, a default timestamped file "
"name will be used.",
type=click.Path(dir_okay=False),
),
click.Option(
Expand Down

0 comments on commit ac60313

Please sign in to comment.