You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance can.logger to consider the append option (#1327)
* Add passage of **options to the logger initialization
* Add -a boolean option to the parser
* Add manual arg parse for boolean variables
This solution is only required until Python>=3.9.
* Fix the index-error check
* Bolster help documentation for new -a option
* Clean up variable names, notes, etc.
* Whitespace formatting (PEP-8 style)
* Make formatting recomendations based on `pylint logger.py`
* Format code with black logger.py to stop failing the `black` check
* Reduce complexity of append arg parse incorporation
* Fix format with `black can/logger.py`
* Change append argparse access from `results.a` to `results.append`
* Add `dest` option to append argument
0 commit comments