Skip to content

Commit

Permalink
Remove default value for store_true
Browse files Browse the repository at this point in the history
  • Loading branch information
fplazaonate committed Mar 28, 2024
1 parent 908fe54 commit d2d871f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meteor/meteor.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def get_arguments() -> Namespace: # pragma: no cover
fastq_parser.add_argument(
"-p",
dest="ispaired",
default=False,
action="store_true",
help="Fastq files are paired.",
)
Expand Down

0 comments on commit d2d871f

Please sign in to comment.