Robert Read
Results
2
issues of
Robert Read
- code passes "flake8 --ignore E501 ." Largely automated cleanups using pycharm to update the code to PEP8 style. One logic bug was identified in s3-mb-update.py - the retry logic...
I noticed that a missing parameter can cause a segfault because the original code did no sanity checking on argv[]. A better solution is to use a standard cli parsing...