-
Notifications
You must be signed in to change notification settings - Fork 25
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
Some cleanup #108
base: master
Are you sure you want to change the base?
Some cleanup #108
Conversation
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.
not all the actions use the action_pretiffy function, so we can not call it in caller for all the actions, for example see: dr_action_trailer_parser or dr_action_aso_parser,
maybe drop this patch?
All the patches except "HWS: Defer prettifying actions" are ok, just please add "Signed-off-by:" to the commit message, and remove the dot at end of line from the title in the commit message |
@nv-aefimov Also thank you for contributing to our project! |
Change file permissions such that the scripts `mlx_steering_dump` and `mlx_hw_steering_dump` are user-executable. Signed-off-by: Alexander Efimov <[email protected]>
Signed-off-by: Alexander Efimov <[email protected]>
The file will automatically be closed at the end of the scope. This is safer and more pythonic. Signed-off-by: Alexander Efimov <[email protected]>
Use python's built-in pathlib instead of manipulating strings. Signed-off-by: Alexander Efimov <[email protected]>
70a5c7c
to
c58af21
Compare
Updated based on the comments. Please let me know if I should change anything else. |
Clean up a few minor issues. No functional changes.