diff mx/commands.py @ 11757:ec058ce90a3d

pylint fixes
author Mick Jordan <mick.jordan@oracle.com>
date Mon, 23 Sep 2013 21:35:12 -0700
parents 78e6109ee411
children 4ac92e735a16
line wrap: on
line diff
--- a/mx/commands.py	Mon Sep 23 21:30:35 2013 -0700
+++ b/mx/commands.py	Mon Sep 23 21:35:12 2013 -0700
@@ -1098,11 +1098,12 @@
         if exists('jacoco.exec'):
             os.unlink('jacoco.exec')
 
+        global _jacoco
         if args.jacocout is not None:
             _jacoco = 'append'
         else:
             _jacoco = 'off'
-            
+
         gate_body(args, tasks)
 
     except KeyboardInterrupt:
@@ -1120,7 +1121,7 @@
         mx.log('  ' + str(t.duration) + '\t' + t.title)
     mx.log('  =======')
     mx.log('  ' + str(total.duration))
-    
+
 def deoptalot(args):
     """bootstrap a fastdebug Graal VM with DeoptimizeALot and VerifyOops on