Skip to content

Commit 4dd9261

Browse files
committed
remove duplicate --force argument (keeping newer since it is consistent with other scripts
1 parent d2a80ee commit 4dd9261

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/3-report/github_report.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ def parse_arguments():
5757
help="Enable git actions such as fetch, merge, add, commit, and push"
5858
" (default: False)",
5959
)
60-
parser.add_argument(
61-
"--force",
62-
action="store_true",
63-
help="Regenerate data even if images files already exist",
64-
)
6560
parser.add_argument(
6661
"--force",
6762
action="store_true",

0 commit comments

Comments
 (0)