Skip to content

Commit 76be375

Browse files
committed
correct export behavior to previous behavior
Signed-off-by: John Seekins <john@robot-house.us>
1 parent bf060df commit 76be375

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def main() -> None:
5656
"--file-type",
5757
choices=supported_output_types,
5858
type=str,
59+
default="csv",
5960
help="type of file to export",
6061
)
6162
_ = parser.add_argument(

0 commit comments

Comments
 (0)