skip using base release in run_local.py

This commit is contained in:
ggman12
2026-02-16 18:26:53 -05:00
parent 13432068e6
commit 035748fc61
+2 -1
View File
@@ -60,7 +60,8 @@ def main():
parser.add_argument(
"--skip-base",
action="store_true",
help="Skip downloading and merging with base release"
default=True,
help="Skip downloading and merging with base release (default: True for historical runs)"
)
args = parser.parse_args()