mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-07-30 21:37:25 +02:00
skip using base release in run_local.py
This commit is contained in:
@@ -60,7 +60,8 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--skip-base",
|
"--skip-base",
|
||||||
action="store_true",
|
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()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user