Use outputs/ for all JSON output
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -95,7 +95,7 @@ def is_bottom_termination_in_description(description: str) -> tuple[bool, str]:
|
||||
|
||||
def main() -> int:
|
||||
default_sheet = os.environ.get("SHEET", "").strip() or None
|
||||
default_out = os.environ.get("BOTTOM_TERM_OUTPUT", "").strip() or "output/bottom_termination_parts.json"
|
||||
default_out = os.environ.get("BOTTOM_TERM_OUTPUT", "").strip() or "outputs/bottom_termination_parts.json"
|
||||
default_des_col = os.environ.get("DESCRIPTION_COL", "").strip()
|
||||
default_start = os.environ.get("START_ROW", "").strip()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user