-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean autocoders code #1240
Clean autocoders code #1240
Conversation
This pull request introduces 4 alerts when merging f33933f into 83e2d45 - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many of the returns that were removed were necessary for the code to function. In all cases where a return is on an error branch they need to be restored.
This pull request introduces 1 alert when merging 063ca59 into 72bc851 - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two more missing returns. Other than that, it looks good!
I think it's fine now, Thank you. |
* lint JSONDictionaryGen.py * lint implgen.py * clean if elif statements * lint AddSysPath * Update JSONDictionaryGen.py * Update gds_dictgen.py * Update tlm_packet_gen.py * Update pymod_dictgen.py * Update gds_dictgen.py * Update implgen.py
Change Description
Check and lint codes via pylint to find out what's missing or wrong and clean the code.
Rationale
Fixed bugs.
Testing/Review Recommendations
Built with
cmake ../ -DCMAKE_BUILD_TYPE=TESTING
andmake check
.Future Work
Nothing for now.