comparison mx/mx_graal.py @ 14605:5953ac9e0d93

fixed pylint errors
author Doug Simon <doug.simon@oracle.com>
date Tue, 18 Mar 2014 22:58:14 +0100
parents 591f4a575ebf
children f50dece27798
comparison
equal deleted inserted replaced
14604:bd7cf02d1756 14605:5953ac9e0d93
572 572
573 if vm == 'original': 573 if vm == 'original':
574 if build != 'product': 574 if build != 'product':
575 mx.log('only product build of original VM exists') 575 mx.log('only product build of original VM exists')
576 continue 576 continue
577 577
578 if not isVMSupported(vm): 578 if not isVMSupported(vm):
579 mx.log('The ' + vm + ' VM is not supported on this platform - skipping') 579 mx.log('The ' + vm + ' VM is not supported on this platform - skipping')
580 continue 580 continue
581 581
582 vmDir = join(_vmLibDirInJdk(jdk), vm) 582 vmDir = join(_vmLibDirInJdk(jdk), vm)