Skip to content
Snippets Groups Projects
  • Grigoris Pavlakis's avatar
    157d3be2
    Clean up MISRA scripts according to review comments · 157d3be2
    Grigoris Pavlakis authored
    Change variable and function names to be more pythonic
    
    Replace the ugly ANSI escapes with more readable, reusable strings
    
    Pad the resulting strings for readability
    
    Close the file after reading its lines
    
    Delete a redundant loop in the parser code, credits to @dimst23
    
    Fix comments to foolow Python conventions
    
    Comment fixing vol. 2
    
    Encapsulate the 2 functions into a class
    
    Fix various blunders with the class encapsulation
    157d3be2
    History
    Clean up MISRA scripts according to review comments
    Grigoris Pavlakis authored
    Change variable and function names to be more pythonic
    
    Replace the ugly ANSI escapes with more readable, reusable strings
    
    Pad the resulting strings for readability
    
    Close the file after reading its lines
    
    Delete a redundant loop in the parser code, credits to @dimst23
    
    Fix comments to foolow Python conventions
    
    Comment fixing vol. 2
    
    Encapsulate the 2 functions into a class
    
    Fix various blunders with the class encapsulation