Skip to content

Remove trailing-space invoice JSON duplicate#2753

Open
tarunag10 wants to merge 1 commit into
openai:mainfrom
tarunag10:remove-trailing-space-invoice-json-dir
Open

Remove trailing-space invoice JSON duplicate#2753
tarunag10 wants to merge 1 commit into
openai:mainfrom
tarunag10:remove-trailing-space-invoice-json-dir

Conversation

@tarunag10

Copy link
Copy Markdown

Summary

  • remove the unused duplicate examples/data/hotel_invoices/extracted_invoice_json / directory whose trailing-space path breaks Windows checkouts
  • keep the canonical examples/data/hotel_invoices/extracted_invoice_json/ directory that the notebook already references

Fixes #2703.

Verification

  • ! git ls-files | rg 'extracted_invoice_json '
  • python3 -m json.tool examples/Data_extraction_transformation.ipynb >/dev/null
  • for f in examples/data/hotel_invoices/extracted_invoice_json/*.json; do python3 -m json.tool "$f" >/dev/null; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trailing-space directory examples/data/hotel_invoices/extracted_invoice_json / breaks fresh clones on Windows

1 participant