This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] Implement timestamp'ed output on "make check"


On 2018-11-25 11:24, Sergio Durigan Junior wrote:
As for the coding style, according to the wiki [1], we should follow PEP8 (which
I think makes sense).  Can you change your script to folow that?
"autopep8 -i print-ts.py" should do it.

Hm, the command doesn't output anything to me, and $? = 0.  Is there
anything in particular that you noticed?

The command modifies the file in-place, so you should have unstaged changes after running it. In particular, it should remove spaces before parentheses.

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]