ai-cfia / ai-cfia/api-test

Ensure Final Newline in .json File Generation Process

Open
#13 2 comments 0 reactions 1 assignee Claimed by @elwoujdi View on GitHub
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## Summary
The current process responsible for generating .json files is not adding a final newline at the end of the file. This missing newline can cause issues with certain tools that rely on this newline for correct parsing. To prevent potential problems, we need to update the generation process to include a final newline in the .json files it generates.

## Tasks
- [ ] Investigate the current implementation of the .json file generation process
- [ ] Modify the process to append a final newline character at the end of the generated .json files
- [ ] Test the updated process to ensure the newline is correctly added and does not impact the existing functionality
- [ ] Document the changes made to the .json file generation process

## PR related
- [ ] ai-cfia/ailab-db#96
- [x] ai-cfia/api-test#16
## Acceptance Criteria
- .json files generated by the process should include a final newline character at the end of the file
- The updated process should not introduce any regressions or impact existing functionality
- Documentation should be updated to reflect the changes made to the .json file generation process

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.