edanalytics / lightbeam

CLI tool for validating and transmitting payloads from JSONL files into an Ed-Fi API.
Apache License 2.0
10 stars 1 forks source link

create results_file path if it does not already exist #14

Closed tomreitz closed 1 year ago

tomreitz commented 1 year ago

This PR fixes a bug where if the path to the specified results_file does not exist, lightbeam would fail instead of just creating it.