Ejscreen semi-automatic#1184
Conversation
krishnaswamypradeep
left a comment
There was a problem hiding this comment.
Please fix the comments provided.
krishnaswamypradeep
left a comment
There was a problem hiding this comment.
Please add the config file in PR as well
krishnaswamypradeep
left a comment
There was a problem hiding this comment.
Thanks Rohit. Looks good
|
@gemini-code-assist review |
There was a problem hiding this comment.
Code Review
This pull request refactors the EJScreen import script to be configuration-driven, which is a great improvement for maintainability. The introduction of config.json centralizes parameters and makes adding new data years much easier. My review focuses on several critical issues in the new implementation, including a security vulnerability from disabling SSL verification, bugs in error handling and MCF file generation that would cause the script to fail or produce incorrect output. I've also included suggestions to improve code quality by removing global variables and to fix minor issues in the documentation and test files.
No description provided.