]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Silence python 2.7 nested context manager warning
authorChris Larson <chris_larson@mentor.com>
Mon, 13 Dec 2010 17:03:55 +0000 (10:03 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 13 Dec 2010 17:04:03 +0000 (10:04 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
bin/bitbake

index 540a5a2e11b8c70de915cd0d47dd63d125cabcfe..58dc1bd6754a78264cfa39485841114b3103cd96 100755 (executable)
@@ -73,6 +73,7 @@ warnings.filterwarnings("default", module="(<string>$|(oe|bb)\.)")
 warnings.filterwarnings("ignore", category=PendingDeprecationWarning)
 warnings.filterwarnings("ignore", category=ImportWarning)
 warnings.filterwarnings("ignore", category=DeprecationWarning, module="<string>$")
+warnings.filterwarnings("ignore", message="With-statements now directly support multiple context managers")
 
 
 def main():