ovs.daemon: Fix bug introduced by "pychecker" warning fixes.
authorBen Pfaff <blp@nicira.com>
Thu, 29 Sep 2011 06:09:33 +0000 (23:09 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 29 Sep 2011 14:30:51 +0000 (07:30 -0700)
commite44a6fe503ad639787ec2f8d1ee0710e63dacd81
tree592ca46f98b9304fe0af5e1e195367b34c7a196d
parent723a8d23f5d9ba07d67bf4d312b00f001db5bdb4
ovs.daemon: Fix bug introduced by "pychecker" warning fixes.

Commit 591c20651f1 "daemon.py: Don't shadow built-in 'file' variable"
changed most instances of "file" to "file_handle" but missed this one.

I'm not certain that this solves a real problem, but it still seems wrong.

Bug #7533.
python/ovs/daemon.py