Use outputs/ for all JSON output
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -57,7 +57,7 @@ def read_designators(path: str, designator_col: int = 0, start_row: int = 9) ->
|
||||
def main() -> int:
|
||||
default1 = os.environ.get("SHEET1", "").strip() or None
|
||||
default2 = os.environ.get("SHEET2", "").strip() or None
|
||||
default_out = os.environ.get("DIFF_OUTPUT", "").strip() or "output/spreadsheet_diff.json"
|
||||
default_out = os.environ.get("DIFF_OUTPUT", "").strip() or "outputs/spreadsheet_diff.json"
|
||||
default_col = os.environ.get("DESIGNATOR_COL", "").strip()
|
||||
default_start = os.environ.get("START_ROW", "").strip()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user