Skip to content

Commit b6d4423

Browse files
committed
chore: README formatting
1 parent 91c9d05 commit b6d4423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tp53/seshat/upload_vcf/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@
101101
)
102102
_ = parser.add_argument(
103103
"--wait_for",
104-
help="Seconds to wait for upload to occur before failure.\n(default: 5)",
104+
type=int,
105105
default=5,
106+
help="Seconds to wait for upload to occur before failure.\n(default: 5)",
106107
)
107108
args = parser.parse_args(cli_args)
108109

0 commit comments

Comments
 (0)