From: Chen Hanxiao <[email protected]> pylint brings noise, disable it.
Signed-off-by: Chen Hanxiao <[email protected]> --- virtinst/urlfetcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py index 4abc83a..b5b1244 100644 --- a/virtinst/urlfetcher.py +++ b/virtinst/urlfetcher.py @@ -500,6 +500,7 @@ def getDistroStore(guest, fetcher): found = True break + # pylint: disable=undefined-loop-variable if found: logging.debug("Prioritizing distro store=%s", store) stores.remove(store) -- 2.7.4 _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
