# HG changeset patch # User Doug Simon # Date 1395179894 -3600 # Node ID 5953ac9e0d93949a8315a4bfa64ce7ce39fefe80 # Parent bd7cf02d1756c2ee41de5e42dbc2dd2db82314da fixed pylint errors diff -r bd7cf02d1756 -r 5953ac9e0d93 mx/mx_graal.py --- a/mx/mx_graal.py Tue Mar 18 22:56:50 2014 +0100 +++ b/mx/mx_graal.py Tue Mar 18 22:58:14 2014 +0100 @@ -574,7 +574,7 @@ if build != 'product': mx.log('only product build of original VM exists') continue - + if not isVMSupported(vm): mx.log('The ' + vm + ' VM is not supported on this platform - skipping') continue