Am 25.03.2020 um 00:20 hat John Snow geschrieben: > This allows others to get repeatable results with pylint. If you run > `pylint iotests.py`, you should see a 100% pass. > > Signed-off-by: John Snow <js...@redhat.com> > Reviewed-by: Max Reitz <mre...@redhat.com>
I see you said "should" and not "will", but I still get two warnings: iotests.py:405:22: W0613: Unused argument 'signum' (unused-argument) iotests.py:405:30: W0613: Unused argument 'frame' (unused-argument) Kevin