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",