fix: run first (#2448)

This commit is contained in:
Andrew Ferlitsch
2023-10-31 17:54:22 +00:00
committed by GitHub
parent 7f464a92e0
commit fdac86f541
@@ -18,6 +18,7 @@
import argparse
import pathlib
import os
import csv
import execute_changed_notebooks_helper
@@ -182,6 +183,7 @@ if args.run_first_file:
notebooks.remove(notebook)
# add back to the front of the list
notebooks.insert(0, notebook)
print(f"Run first: {notebook}")
if args.dry_run:
print("Dry run ...\n")