diff mx/mx_graal.py @ 20002:5aa0cb2914f8

fixed pylint issue
author Doug Simon <doug.simon@oracle.com>
date Mon, 23 Mar 2015 14:31:01 +0100
parents e8a0a61526b2
children 9a3c19db3015
line wrap: on
line diff
--- a/mx/mx_graal.py	Mon Mar 23 14:18:32 2015 +0100
+++ b/mx/mx_graal.py	Mon Mar 23 14:31:01 2015 +0100
@@ -1428,7 +1428,7 @@
     # None or a list of strings. If not None, only tasks whose title
     # matches at least one of the substrings in this list will return
     # a non-None value from __enter__. The body of a 'with Task(...) as t'
-    # statement should check 't' and exit immediately if it is None. 
+    # statement should check 't' and exit immediately if it is None.
     filters = None
 
     def __init__(self, title, tasks=None):