Tools: fix error running weekly_report.py without a date set
Oversight in !141281.
This commit is contained in:
@@ -99,7 +99,7 @@ def argparse_create() -> argparse.ArgumentParser:
|
||||
"--date",
|
||||
dest="date",
|
||||
type=str_as_isodate,
|
||||
default="",
|
||||
default=None,
|
||||
help="Show only for this day (YYYY-MM-DD), and not for an entire week."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user