Silence a pylint false positive

This commit is contained in:
Cole Robinson 2010-11-29 18:11:27 -05:00
parent f7d428caac
commit 5a8523fc03

View File

@ -34,8 +34,8 @@ BTYPE_LIST="(vmmConnect.add_service|vmmConnect.remove_service|vmmConnect.add_con
BUILTIN_TYPE="${BTYPE_LIST}.*Redefining built-in 'type'"
# Types can't be inferred errors
INFER_LIST="(MenuItem|StatusIcon)"
INFER_ERRORS="Instance of '${INFER_LIST}'.*not be inferred"
INFER_LIST="(MenuItem|StatusIcon|.*storagePoolLookupByName)"
INFER_ERRORS="Instance of '${INFER_LIST}.*not be inferred"
DMSG=""
addmsg() {