commit | 4165c635b8cf37e9e996ba363aeb04537c49728f | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Tue Dec 13 19:17:07 2016 -0800 |
committer | William C Roberts <william.c.roberts@intel.com> | Wed Jan 04 18:22:05 2017 +0000 |
tree | 9442c9e64be7028b0a75e8b3a4e519e0493db1db | |
parent | 820421c9b52272180f75d9f3130f311cd5b13797 [diff] |
fsconfig: fix pylint warning Fix pylint warning: W:292,47: Cell variable lineno defined in loop (cell-var-from-loop) For the closure function that prints the error message, we actually want the value of modified lineno within the closure. Test: run unit tests Change-Id: I7d08184563d347c826ca1af7558fb8e378f151e1 Signed-off-by: William Roberts <william.c.roberts@intel.com>