Skip to content

Commit

Permalink
Update createMeasurements.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Askill authored Jul 7, 2024
1 parent 3bcf137 commit eafd6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions createMeasurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ def min_records(records: str) -> int:
"--output",
dest="output",
type=str,
help='Measurement file name (default is "measurements.txt")',
default="measurements.txt",
help='Measurement file name (default is "measurements.csv")',
default="measurements.csv",
)
parser.add_argument(
"-r",
Expand Down

0 comments on commit eafd6de

Please sign in to comment.