Skip to content
  • Andreas Flöter's avatar
    make code more PEP8 compliant - rename variable i to more meaningful name -... · de4da2cd
    Andreas Flöter authored and Dan Johansen's avatar Dan Johansen committed
    make code more PEP8 compliant - rename variable i to more meaningful name - remove naming conflict between global and local names - declare instance variables in class Griffith which are assigned outside of __init__ - use instance variable config within class Griffith instead of global config - reformat to be respect line length standard - indicate unused variables by prefixing those with '_' - rename global variables with upper case letters, HOME_DIR, CONFIG_NAME, CONFIG - add a log.error message on the try-except Exception constructs to report the exception - not all PEP8 topics have been addressed
    de4da2cd