]> git.proxmox.com Git - mirror_qemu.git/commit
python: Add 'fh' to known-good variable names
authorJohn Snow <jsnow@redhat.com>
Thu, 3 Jun 2021 00:37:09 +0000 (20:37 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (16:10 -0400)
commitd229f1c83d698ed5f605bcc2eab96e05afeddefb
treeb56db45c425d41b9bb6ba018936c6ed1801b4384
parent26c1ccadc41bf32a720faf4d652eae41c7e54d00
python: Add 'fh' to known-good variable names

fd and fh are fine: we often use these for "file descriptor" or "file
handle" accordingly. It is rarely the case that you need to enforce a
more semantically meaningful name beyond "This is the file we are using
right now."

While we're here: add comments for all of the non-standard pylint
names. (And the underscore.)

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210603003719.1321369-10-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/setup.cfg