mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-04-23 11:36:35 +02:00
skip using base release in run_local.py
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user