From 4dd9261729bb2abe8c78a85c90cbf7329da128c2 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Wed, 21 Jan 2026 10:16:06 +0100 Subject: [PATCH] remove duplicate --force argument (keeping newer since it is consistent with other scripts --- scripts/3-report/github_report.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/3-report/github_report.py b/scripts/3-report/github_report.py index f918842b..7803ca34 100755 --- a/scripts/3-report/github_report.py +++ b/scripts/3-report/github_report.py @@ -57,11 +57,6 @@ def parse_arguments(): help="Enable git actions such as fetch, merge, add, commit, and push" " (default: False)", ) - parser.add_argument( - "--force", - action="store_true", - help="Regenerate data even if images files already exist", - ) parser.add_argument( "--force", action="store_true",