On Fri, May 26, 2017 at 2:12 PM, Jan Kiszka <jan.kis...@siemens.com> wrote: > On 2017-05-26 13:04, André Draszik wrote:
>> + log_buf_addr = >> int(str(gdb.parse_and_eval("'printk.c'::log_buf")).split()[0], 16) > > Overlong line. Please stay pep8 compliant. What I heard from colleague of mine couple of years ago, they (their team) moved to 100 characters in Python scripts because of somehow stupid recommendations from last century. -- With Best Regards, Andy Shevchenko